Getting Data In

Which index does search.log data populates in, in splunk?

Mohsin123
Path Finder

Hi ,

Does anyone know which index does search.log data populates in?
I find search.log during a job inspect, mostly its the source /var/run/ dispatch.
How to fetch that in Splunk UI?

Also another question,

What does the line below represent? Does it report the size in MB?

INFO  DispatchThread - Disk quota = 31457280000

Cheers !

Tags (2)
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Search logs are not indexed so you won't find them in the UI, except via the job inspector.

The disk quota is the amount of storage allowed for the search. I believe it is in bytes.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

nickhills
Ultra Champion

search.log is not indexed, and it expires (gets deleted) when the job expires.

Each user (or role) has a maximum disk quota fromwhich search jobs consume space (until they expire).
Run too many large searches, and the quota fills up, preventing more searches, until some of the old ones have been cleared out (by default 10 mins).
I expect that value to be in bytes, rather than MB.

If my comment helps, please give it a thumbs up!

iandrews_splunk
Splunk Employee
Splunk Employee

are you just trying to get the search string, itself?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Search logs are not indexed so you won't find them in the UI, except via the job inspector.

The disk quota is the amount of storage allowed for the search. I believe it is in bytes.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...