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 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...