Getting Data In

FSChange: fullEvent=true but no full event?

muebel
SplunkTrust
SplunkTrust

I have a fschange stanza configured as such

[fschange:/path/to/file]
disabled = false
pollPeriod = 300
fullEvent = true
hashMaxSize = 65535

It seems to be detecting changes to this file, but doesn't include the file as I am expecting fullEvent = true would do. What am I missing?

Tags (2)
1 Solution

Simeon
Splunk Employee
Splunk Employee

If something changed, you should see the file displayed depending on the search criteria. The best way to find it would be to search for:

index=* source=/path/to/file*

I would be curious to know the exact fschangemonitor output when you run your initial search. Additionally, you may have the sendEventMaxSize set to something too low. If you set it to -1 under the stanza, it should pick up the file:

sendEventMaxSize=-1

View solution in original post

Simeon
Splunk Employee
Splunk Employee

If something changed, you should see the file displayed depending on the search criteria. The best way to find it would be to search for:

index=* source=/path/to/file*

I would be curious to know the exact fschangemonitor output when you run your initial search. Additionally, you may have the sendEventMaxSize set to something too low. If you set it to -1 under the stanza, it should pick up the file:

sendEventMaxSize=-1

muebel
SplunkTrust
SplunkTrust

I misunderstood how this was working out... did a search for the file as a source, and was able to see the full file there.

muebel
SplunkTrust
SplunkTrust

sendEventMaxSize defaults to -1

Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...