Hi,
I created a script input to collect data from scripts installed on forwarders and Splunk is not indexing.
Follow my steps to create a data input:
1.Forwarded inputs » Data inputs » Script » Add new
2.Create a server class.
3.
Script Path: $SPLUNK_HOME\bin\scripts
Command: $SPLUNK_HOME\bin\scripts\script.ps1
Interval: 60.0
Inputs.conf
[script://$SPLUNK_HOME/etc/apps/_server_app_rois/bin/script.ps1]
disabled = false
index = rois
interval = 60.0
sourcetype = rois
Whats wrong with my input?
Best regards,
Lopes.
Hi monteirolopes,
Please make sure that you have properly configured your deployment server and set up forwarder management in your implementation:
Hope it helps. Thanks!
Hunter Shen
Hi monteirolopes,
Please make sure that you have properly configured your deployment server and set up forwarder management in your implementation:
Hope it helps. Thanks!
Hunter Shen
On forwarder:
C:\Program Files\SplunkUniversalForwarder\etc\apps_server_app_roi
Best regards,
My script was wrong, Now Its work!
Thanks!