Prabhat Sharma

Results 161 comments of Prabhat Sharma

@notnarb Totally missed this one. We had the filtering capability earlier, but we had to remove it as there are very few users using the filtering capability. By default you...

> may be anyone explain how i can add src-ip for log message in vrl - may be it's impossible? (hostname in syslog message is absent :-() Can you provide...

@gorec2005 You could write something like: ```ruby if .src_ip == null { .src_ip = "192.168.1.1" } ``` https://playground.vrl.dev/?state=eyJwcm9ncmFtIjoiaWYgLnNyY19pcCA9PSBudWxsIHtcbi5zcmNfaXAgPSBcIjE5Mi4xNjguMS4xXCJcbn0iLCJldmVudCI6eyJtZXNzYWdlIjoiSGVsbG8gVlJMIiwiZm9vIjoiZGVsZXRlIG1lIiwiaHR0cF9zdGF0dXMiOiIyMDAifSwiaXNfanNvbmwiOmZhbHNlLCJlcnJvciI6bnVsbH0%3D

Implementation will be similar to https://github.com/openobserve/openobserve/issues/505

We are working to get something similar in dashboards. But this is a great idea.

You install Enterprise version

It has nothing to do with the answer. Only Enterprise version has the feature. I understand that you do not want multiple containers. It is what it is though.

So it is: Recommended `Authorization: Basic base64("email:token")` Not possible to get the token as of now. or Not recommended `Authorization: Basic base64("email:password")` It's possible since you are setting the password.

Then you are doing something wrong. Follow this - https://openobserve.ai/docs/quickstart/#load-sample-data

Let's leave it for now. Once we revamp metrics UI, this won't be an issue.