Getting Data In

2 files same data indexed

safe_splunk
Explorer

Hi,

I have 2 files with 1.log and 1.log.gz but they have exact same data. I see that indexer indexes both somehow.

firstTime lastTime recentTime source totalCount type
1392760800 1392847199 1392847202 /20140219.log 9795685 sources
1392760800 1392847199 1393110875 /20140219.log.gz 9795685 sources

any idea to have only index 1 of the double data with different file names.!

Tags (1)
0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

You will want to use a whitelist in inputs.conf

[monitor:///your/path/to/monitor]
whitelist = \.log$
sourcetype = your_sourcetype

This will exclude anything that doesn't end in .log.

0 Karma

Ayn
Legend

What does the monitor section for this input in your inputs.conf contain?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...