
Sai Gowtham Nambi
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
Activity overview
Latest activity by Sai Gowtham Nambi-
Sai Gowtham Nambi commented,
Many Thanks Graham.
-
Sai Gowtham Nambi created a post,
Parse expression should return all the match results
Hi Team , I have a log where data looks like "some text name:abc some text text text name:xyz some text" . I want this log to be parsed to show the result as name1 name2 abc xyz T...
-
Sai Gowtham Nambi created a post,
Visualization for a single log message
I would like to create a visualization of bar chart and I'm have a single log message containing fields name=xyz, total = 100, success = 50, failure = 50. bar chart should show y axis with counts p...
-
Sai Gowtham Nambi created a post,
How to group the data?
Hi, Please help me with this. i have a query _sourceCategory=prod/* and source ="xyz" | parse regex "collectorStatus=(?<status>.*?)[,|\]]" | count(*) by source,status will result a table data #...