Splunk Search

Learning my Companies Splunk Data

MScottFoley
Path Finder

I am trying to better learn what data is in the indexes at my company.   There is a command that gives you something like a summary of an index (or index and source type), but I forget that it is called.  I do not want to create a summary index, yet that is all I can find when I search.  

The command better shows what appears in the left hand side (Interesting Fields) after a search.   You can filter it and do other things to give a better understanding of the data. 

Thanks, 

P.S.

I would also be interested in any ideas people may have for learning the data at a new company.  I am a power user, not admin.  I found a query to list all indexes and one to list details of all alerts.   Is there a way to search all dashboards or display all searches in them?     

 

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

richgalloway
SplunkTrust
SplunkTrust

Perhaps you're thinking of the fieldsummary command (https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/Fieldsummary).

You can use REST to search dashboards 

| rest /services/data/ui/views splunk_server=local | table eai:acl.app label title eai:data

I like to make a list of available sourcetypes when I'm learning what data is available.

| metadata type=sourcetypes index=* | table sourcetype
---
If this reply helps you, Karma would be appreciated.

View solution in original post

MScottFoley
Path Finder

fieldsummary was what I was looking for.  Also thanks for the other two searches.   

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Perhaps you're thinking of the fieldsummary command (https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/Fieldsummary).

You can use REST to search dashboards 

| rest /services/data/ui/views splunk_server=local | table eai:acl.app label title eai:data

I like to make a list of available sourcetypes when I'm learning what data is available.

| metadata type=sourcetypes index=* | table sourcetype
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...