Getting Data In

How to stop Splunk forwarder from re-indexing files when I edit them with vi?

bhupalbobbadi
Path Finder

Splunk forwarder is re-indexing files when I edit them with vi.
Has anybody seen this before?

I have used the below configs, still it is re-indexing again and again.

crcSalt =' <' SOURCE '>'
initCrcLength = 2560

TIA for your help.

0 Karma
1 Solution

codebuilder
Influencer

This is expected behavior. The hash value of your file changes if you modify it, even if the filename does not change.
The short answer is, you should not manually modify files that are being monitored by a Splunk forwarder.

If you do manually modify it (for whatever reason), change the file extension (add a timestamp, change .log to .log.bak, etc.) and blacklist that file extension.

There are multiple solutions to this issue, but the easiest is to not manually modify the file. This is one case where Splunk is behaving 100% as expected.

----
An upvote would be appreciated and Accept Solution if it helps!

View solution in original post

0 Karma

codebuilder
Influencer

This is expected behavior. The hash value of your file changes if you modify it, even if the filename does not change.
The short answer is, you should not manually modify files that are being monitored by a Splunk forwarder.

If you do manually modify it (for whatever reason), change the file extension (add a timestamp, change .log to .log.bak, etc.) and blacklist that file extension.

There are multiple solutions to this issue, but the easiest is to not manually modify the file. This is one case where Splunk is behaving 100% as expected.

----
An upvote would be appreciated and Accept Solution if it helps!
0 Karma

bhupalbobbadi
Path Finder

sounds reasonable. Thanks.

0 Karma
Get Updates on the Splunk Community!

Splunk App for Anomaly Detection End of Life Announcment

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...