All Apps and Add-ons

How to Ingest Splunk Server Data into Index?

hart918
Explorer

I am trying to get the Splunk server data, such as system logs and audit logs, into the same index as my other Linux servers using the Splunk Linux App.  How do I get this data ingested into my Linux Index?  So far the forums and discussion groups only refer to the Splunk software data when I'm trying to get the server data.  I have the app installed on each of my Splunk Servers in the /app folder.

Labels (1)
Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The inputs.conf file is where the destination index name is specified so that is where you would tell Splunk to put the data in the "linux" index.

Verify Splunk has permission to read the monitored files.  That's the most common reason for data not showing up in Splunk.  There should be messages in _internal to that effect.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @hart918,

are you speaking of Splunk or Linux system and audit logs?

if Splunk, as @richgalloway said, they automatically are in _internal and _audit indexes.

If you're speaking of Linux system and audit logs, they usually are in the "os" index, but it must be configured, by GUI or by conf files.

Ciao.

Giuseppe

richgalloway
SplunkTrust
SplunkTrust

When you say "Splunk server data" are you referring to Splunk's own logs (index=_internal) or the server on which Splunk is running (/var/log)?

Which inputs have you enabled in the Splunk Linux App?

---
If this reply helps you, Karma would be appreciated.

hart918
Explorer

I'm referring to the server data, /var/log/*.  Within the app's input.conf I have everything enabled, but when I do a search,  I don't see any log data for the server.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

The inputs.conf file is where the destination index name is specified so that is where you would tell Splunk to put the data in the "linux" index.

Verify Splunk has permission to read the monitored files.  That's the most common reason for data not showing up in Splunk.  There should be messages in _internal to that effect.

---
If this reply helps you, Karma would be appreciated.
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...