Directory structure of Splunk

Splunk Home: 
  • /opt/splunk
  • Path where Splunk resides.

Binaries: 
  • $SPLUNK_HOME/bin
  • All binary executables are present here.

Config: 
  • $SPLUNK_HOME/etc
  • Most important directory of Splunk, it contains everything related to configuration files, installed apps, etc.

Logs: 
  • $SPLUNK_HOME/var
    • logs/splunk: All the logs of Splunk applications are stored. 
    • lib/splunk: Default DB location, where all parsed data along with metadata information is stored.
PS: Contains other directories as well but the mentioned above, are quite important.

Comments

Popular posts from this blog

#3 Splunk sub(Commands) [eval, round, trim, stats, ceil, exact, floor, tostring]

#6 Splunk sub(Commands) [fields, rename, replace, table, transaction]

#1 Splunk sub(Commands) [top, rare, fields, table, rename, sort]