Getting Data In

How to check for files that are indexed multiple times

lakshman237
Path Finder

Greetings.,

I have universal forwarders reading files from a common directory, with whitelists. I have reviewed the monitor stanza and couldn't see the likelyhood of samefile being indexed twice.

Is there a way to find same files being indexed more than once from the indexer?

thanks
laks

Tags (2)
0 Karma

kristian_kolb
Ultra Champion

Depending on how unique your messages are, you could always try

...| stats count last(source) AS dup_file by _raw | search count > 1 | table dup_file 

if you get any results, you will likely have indexed the same event/file more than once.
The results will be rather simplistic, but...it might help.

_raw is the whole event, including its timestamp, which should be fairly unique in combination with the rest of the event text.

Please not that it may take some time, since splunk will have to go through all events. Some further qualification (sourcetype, host etc) may be necessary to speed things up.

/k

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!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...