Getting Data In

Describtion of _internal index fields - /opt/splunk/var/log/splunk/license_usage.log

mbschriek
Explorer

Is there some documentation including the definition and description of fields in the _internal index.

For example:
- /opt/splunk/var/log/splunk/license_usage.log

field;
- h
- i
- idx
- s
- st

Kind regards,

Tags (1)
1 Solution

javiergn
Super Champion

I don't think so but in your particular case:

  • h -> host
  • i -> license slave instance (you can find them here: | rest splunk_server=local /services/licenser/slaves)
  • idx -> index
  • s -> source
  • st -> sourcetype

In general you can either guess what the fields are or simply look for existing Splunk searches and how they are used to find what you are looking.

Maybe the following links can help too:

https://answers.splunk.com/answers/194456/is-there-a-guide-or-map-to-understand-splunks-inte.html
http://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/WhatSplunklogsaboutitself

Regards,
J

View solution in original post

javiergn
Super Champion

I don't think so but in your particular case:

  • h -> host
  • i -> license slave instance (you can find them here: | rest splunk_server=local /services/licenser/slaves)
  • idx -> index
  • s -> source
  • st -> sourcetype

In general you can either guess what the fields are or simply look for existing Splunk searches and how they are used to find what you are looking.

Maybe the following links can help too:

https://answers.splunk.com/answers/194456/is-there-a-guide-or-map-to-understand-splunks-inte.html
http://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/WhatSplunklogsaboutitself

Regards,
J

mbschriek
Explorer

Thanks for the reply. I guessed the same field descriptions, still it's strange that there is no elaborated documentation about these inputs.

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 ...