Yes,
Just configure in the search peers in case of cluster one indexer of the cluster (to not duplicate events) and the standalone servers.
Hope i help you
... View more
Use this props.conf configuration
DATETIME_CONFIG=CURRENT
SHOULD_LINEMERGE=false
NO_BINARY_CHECK=true
LINE_BREAKER=([\r\n]+)(\[ERROR\]|\[INFO\]|\[DEBUG\])\s+
... View more
Ok,
So the problem is with perl... have you try to build the command before execute?
$command = "find." ".$flags[0]." -maxdepth 1 -type f -name"." ".$flags[1]." -mmin ".$min_val." -ls";
printf($command);
system($command);
Hope i help you
... View more
Hi,
The problem is in the stanza
you have to use
[script://./bin/dir_patrol.pl]
disabled = 0
interval = 60
sourcetype = dir_patrol
Hope i help you
... View more
Hi,
The events in the example are correct? I see that not all of them have time stamp.
You sould identifie when start and ends a event and what timestamp do you want to setup.
Regards,
... View more
Hi,
Use the bin folder to write a sh script with you perl command, then in the inputs.conf configure a stanza with the sh script.
Hope i help you.
... View more
Hi,
You can use a HeavyForwader to send the coocked data to the indexer. In the heavy forwarder you can anonymize the info.
Hope i help you.
... View more
Hi,
The best way is to install a universal forwarder in remote server.
Othe way is to mount the filesystem of the remote server with the log file in the indexer (NO RECOMENDED AT ALL).
Hope i help you.
... View more
Hi,
If a user need to use a lookup, they have to have read access, but you can control the write access just assign only read righ to the lookup.
In that way, they only will be able to query and NOT edit.
Hope i help you.
... View more
Hi,
Reviewing your configuration there is a mistake about the name of the transform.
eliminate_opsec vs eliminate-opsec
They have to be the same.
Hope i help you.
... View more
Hi,
I already have configured a kvstore and I can see data with the command |inputlookup kv_lol , but I am unable to edit the kvstore with the Lookup File Editor App for Splunk Enterprise.
The permissions are global and I can't see the kv_lol in the app's lookup editor list.
Any body know what happened? thanks.
... View more