hai i have few services which are getting from process, how can i ingest those and filter in splunk
example :want to monitor event_demon, as_server
------------------------------------ ------- --------------
WAAE Agent (WA_AGENT) 22036 running
WAAE Scheduler (RDV) 22258 running
WAAE Application Server (RDV) 22158 running
-sh-4.2$ ps -ef | grep -i 22258
autosys 22258 1 1 05:27 ? 00:00:04 event_demon -A RDV
autosys 30384 29146 0 05:33 pts/0 00:00:00 grep --color=auto -i 22258
-sh-4.2$
-sh-4.2$
-sh-4.2$ ps -ef | grep -i 22158
autosys 22158 1 1 05:27 ? 00:00:08 as_server -A RDV
autosys 31390 29146 0 05:35 pts/0 00:00:00 grep --color=auto -i 22158
-sh-4.2$
Hi
can you give more details what you are meaning wit “monitoring”?
One way to monitor Linux nodes is use to https://splunkbase.splunk.com/app/833
r. Ismo