Getting Data In

"Continuously index data from a file or directory this Splunk instance can access"

Rukmani_Splunk
Path Finder

Data is being indexed if i use the option "Index a file once from this Splunk server"
But not indexed if i use "Continuously index data from a file or directory this Splunk instance can access" option . Please help.

Tags (1)
0 Karma
1 Solution

krish3
Contributor

Try adding it in inputs.conf file.

[monitor:///location/to/log/file/folder]
index = test1
sourcetype = log4j
disabled = false

View solution in original post

0 Karma

Rukmani_Splunk
Path Finder

Thank you so much it helped me a lot. It was asking fro crcSalt

0 Karma

somesoni2
Revered Legend
0 Karma

krish3
Contributor

Try adding it in inputs.conf file.

[monitor:///location/to/log/file/folder]
index = test1
sourcetype = log4j
disabled = false
0 Karma

Rukmani_Splunk
Path Finder

Thank you so much . it was crcSalt issue

0 Karma

krish3
Contributor

Back slashes if your using on windows platform..

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...