Splunk Search

| metadata type=sources maxes out at 10000 - limits.conf setting?

parallaxed
Path Finder

For some reason this search maxes out at 10000 (i.e. only returns 10000 sources, there are more...), and I can't seem to find the related limit - is it hardcoded?

Tags (2)
2 Solutions

gkanapathy
Splunk Employee
Splunk Employee

Yes, it is hard coded on 4.0.x. In 3.x, you can add a count=100000 parameter to increase the number of results returned.

View solution in original post

Stephen_Sorkin
Splunk Employee
Splunk Employee

It is tunable in 4.1.x in limits.conf.

Add to etc/system/local/limits.conf:

[metadata]
maxcount = *some larger number*

View solution in original post

Stephen_Sorkin
Splunk Employee
Splunk Employee

It is tunable in 4.1.x in limits.conf.

Add to etc/system/local/limits.conf:

[metadata]
maxcount = *some larger number*

gkanapathy
Splunk Employee
Splunk Employee

Yes, it is hard coded on 4.0.x. In 3.x, you can add a count=100000 parameter to increase the number of results returned.

parallaxed
Path Finder

Why is it hard coded? Is there an alternative to count sources that's as quick as using the metadata?

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...