Getting Data In

How can I monitor a file when it changes?

Tacoff_Sun
New Member

There is a only one file named change.log whose name won't be changed. When my environment changes, I always take this log and append in change.log by script, but Splunk always indexes the new records which I append. How can I get splunk to index the whole content every time change.log updates?

Tags (3)
0 Karma

pedromvieira
Communicator

You can use crcSalt inside inputs.conf

http://docs.splunk.com/Documentation/Splunk/latest/admin/inputsconf

Example:

[monitor:///opt/splunk/etc/apps/YOURAPP/samples/*]
...
crcSalt = <SOURCE>
...
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...