Hello, I have a requirement to collect and monitor logs from several machines running in a private network. These machines are generating logs that need to be sent to Splunk Cloud for monitoring. ...
I am attempting to run a query that will find the status fo 3 services and list which ones are failed and which ones are running. I only want to display the host that failed and the statuses of...
When you have more than a few forwarders to maintain, it becomes tedious (and error-prone) to install them one-by-one. Using the Deployment Server is great for keeping the configurations up-to-date ...
Hi All,
We wanted to monitor our *nix environment using Splunk, what is the best approach 1)Setup splunk enterprise and use Splunk App or 2) Setup splunk forwarders and use splunk Add-on??
We h...
Hi We are having multiple UFs running on old version and i wanted to upgrade them to the latest version using Deployment server using Scripts. can you please help me how to do it. ...
Hi, I have a Timestamp field as Fri Nov 22 03:37:15 UTC 2019 and I want to convert into YYYY-MM-DD HH:MM:SS:6Q format.
Have tried using | eval InputTime=strftime(Timestamp,"%Y-%m-%d %H:%M:%S.%...
Hello,
For planned test environment with ES I'm trying to see what fit better to my scenario.
I can see that Splunk Add-on for Unix and Linux can read the auditd via some script. I found also th...
Want to count all events from specific indexes say abc, pqr and xyz only for span of 1h using tstats and present it in timechart. Tried this but now working | tstats count WHERE earliest=-1d...