All Apps and Add-ons

How to monitor /root of Solaris

catch_mili
Explorer

I want to monitor /root file system of Solaris Sparc.
However, I have made below changes in inputs.conf
[monitor:///root/*]
index = os
disabled = 0

But still, I dont see /root file system visible in nix* dashboard.
Basically, I need to monitor acvities performed under /root. E.g. file creation, changes, deletion & Also hidden files modifications.

Tags (2)
0 Karma

lguinn2
Legend

monitor:// tells Splunk to index the contents of the files as new data arrives.

You want to track the filesystem-level changes to files (deletion of files, modification times, etc.).

So do this:

[fschange:/root]
followLinks=false
pollPeriod=120
index = os
disabled = 0

This will examine the /root directory tree every 2 minutes. A record of any file changes, deletions and additions will be added to the os index.

Please note that although fschange is still available in Splunk 5.0.2, the feature has been deprecated since Splunk 5.0.

catch_mili
Explorer

Thanks... Its done

0 Karma

catch_mili
Explorer

Done the changes. Still didnt see changes done under /root
Using splunk-5.0.1-143156-Linux-x86_64.tgz

0 Karma

catch_mili
Explorer

Yes. Splunk run as a user with access to the /root directory.

0 Karma

catch_mili
Explorer

root 24482 7.9 2.2 93832 46528 ? Sl 14:51 0:34 splunkd -p 8089 r

0 Karma

Ayn
Legend

Sorry, one word seem to have been lost in my comment.

Does Splunk run as a user with access to the /root directory?

0 Karma

catch_mili
Explorer

I have not created any user & I have got sudo access.

0 Karma

Ayn
Legend

Does Splunk as a user with access to the /root directory?

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...