Hi All
New to spluk and have a basic question
want know how to get all fields (selected and interesting fields) related to each source type by search command
ex: we have 4 sourcetype and need to find all list of fields(selected and interesting fields) related to each sourcetype
 
					
				
		
That is the intention of the fieldsummary command:
https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Fieldsummary
 
					
				
		
That is the intention of the fieldsummary command:
https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Fieldsummary
 
					
				
		
 
		
		
		
		
		
	
			
		
		
			
					
		Hi  jk0061444,
try
index=your_index
| table *
Bye.
Giuseppe
