Splunk Search

Is there a way to write a splunk query which displays our props.conf , transform.conf , indexes.conf configuarion as outputs

nasamajh09
New Member

I would like to see in props.conf how data parsing is done

My query should return results stating

sourcetype TIME_FORMAT LINE_BREAKER TIME_PREFIX etc

Tags (1)
0 Karma

adonio
Ultra Champion

hi nasamajh09,
here is a rest query that brings all props data: | rest /services/configs/conf-props
now you can filter, for example: | table title eai:appName eai:userName eai:acl.sharing TIME_FORMAT LINE_BREAKER TIME_PREFIX

hope it helps

0 Karma

adonio
Ultra Champion

also, same goes for indexes and transforms so:
| rest /services/configs/conf-indexes
| rest /services/configs/conf-transforms
and then filter however you like

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...