Splunk Search

Why does one search properly color the text of the returned search result, but the other search does not?

agoktas
Communicator

This successfully colors results accordingly:

index=myindex host=app01 source="C:\\Log1.txt" | rex "RecordsProcessedCount to (?<ProcessCount>\d+)" | stats max(ProcessCount) as ProcessCount | rangemap field=ProcessCount low=4000-91128 severe=0-3999

This does not color results:

index=myindex host=app02 source="C:\\Log2.txt" | stats count as value | rangemap field=value low=0-500 severe=501-10000

They both bring back a single numeric result (one is based on a regex value and the other is simply a line count). Why would it work with the first search, but not the other (first is colored green, but the other defaults to black)?

Thanks!

0 Karma
1 Solution

agoktas
Communicator

Unfortunately I'm on version 6.2, so those options aren't available. 😞

Otherwise, I found the problem.

I needed to add:

range

to my dashboard's XML (source).

All is now good. 🙂

Thanks anyhow!

View solution in original post

0 Karma

agoktas
Communicator

Unfortunately I'm on version 6.2, so those options aren't available. 😞

Otherwise, I found the problem.

I needed to add:

range

to my dashboard's XML (source).

All is now good. 🙂

Thanks anyhow!

0 Karma

akanno
Communicator

You can set it from [visualization] >> [format] >> [color] in Splunk version 6.3

alt text

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...