Getting Data In

Does fschange input work with Universal Forwarder?

maverick
Splunk Employee
Splunk Employee

If I enable fschange input on my Splunk Universal Forwarder, will it work the same as on a regular forwarder?

0 Karma
1 Solution

Masa
Splunk Employee
Splunk Employee

In order to make a UF to forward fschange events, please configure "signedaudit = false" and "index = "

Here is an example


[fschange://<your path>]
signedaudit = false
index=_audit

At the indexer, you can search these fschange events with sourcetype="fs_notification" or source="fschangemonitor"

As long as I understand, this is a bug. So, we're going to document this as a workaround in our doc.

View solution in original post

Masa
Splunk Employee
Splunk Employee

In order to make a UF to forward fschange events, please configure "signedaudit = false" and "index = "

Here is an example


[fschange://<your path>]
signedaudit = false
index=_audit

At the indexer, you can search these fschange events with sourcetype="fs_notification" or source="fschangemonitor"

As long as I understand, this is a bug. So, we're going to document this as a workaround in our doc.

jbsplunk
Splunk Employee
Splunk Employee

Yes. I've done some testing, and from what I can tell fschange behaves normally on a UF.

sdaniels
Splunk Employee
Splunk Employee

Mav - If you only want to forward change events (and not the file), the UF will not work. Apparently it needs to send the whole file in order to send the change events. Saw this in a thread recently.

0 Karma

Simeon
Splunk Employee
Splunk Employee
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Analytics Workspace deprecation

As of Splunk Cloud Platform 10.4.2604 and Splunk Enterprise 10.4, Analytics Workspace is now deprecated. ...

Splunk Developer Day Recap: Building, Publishing, and Growing on the Splunk Platform

Splunk Developer Day brought the Splunk developer community together for a practical look at what it means to ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...