Splunk Search

Can we plot non numeric values over chart with y axis value=0

disha
Contributor

I am drawing a timechart for Memory Usage. as
mysearchhere|timechart first(mu) as "Memory Usage"

I have one more field called "Debug" field which contains log about any spike in chart as "Process is Entered". I know we cannot plot log on chart as it is non numeric field. but is there any way that I can display these messages when user mouse over x axis. As x axis is Time and log mesgs are coming with time stamps.
Please suggest. This is very important requirement.
Thanks,
disha

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You could eval yourself a numeric field based on whether Debug contains the magic words or not, and plot the sum of that field instead.

View solution in original post

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could eval yourself a numeric field based on whether Debug contains the magic words or not, and plot the sum of that field instead.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...