Alerting

Why is Splunk is sending duplicate alerts?

sandeep_salunkh
New Member

Hello,

I have configured inputs.conf to monitor the log file on the path. Please find below details regarding same:

  1. We have configured inputs.conf on one centralized server where all data gets dump on hourly basis. It creates a new folder on hourly basis (folder name contains) and it contains log file with specific name.
  2. The file name may or may not get changed every time. So every time you may get the same type of data in the log file. And if there is any new entry it will append to that file.
  3. So path would be like below: C:\Program FIles\AAAA\BBBB\CCCC\Audit*
  4. Setting I did in inputs.conf **[monitor://C:\Program FIles\AAAA*\BBBB\CCCC*] disabled = 0 index = XXXXX sourcetype = XXXXX
  5. I also tried using *crcSalt = *

Problem: Every time it sends whole file to Splunk and getting duplication of alerts. Ideally it should send only new entry which has not already been sent to the indexer.

0 Karma

bhavikbhalodia
Path Finder

Use below additional two options in inputs.conf and check.

[monitor://(file path)]
disabled = 0
index = XXXXX
sourcetype = XXXXX
ignoreOlderThan=(non-negative integer)[s|m|h|d]
alwaysOpenFile = 1

0 Karma

valiquet
Contributor

You should happend the file or create a new file with a new name.

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, ...