Thanks for the reply. My Splunk setup is new so I am not fully aware which index data is going to. Perhaps it would be the main ?
If I run this below query, i do not see anything.
Hi @pnikhade
Are you seeing any data when searching in your Splunk Instance? Do you know what indexes the data is supposed to be sending to? If you can see it with index=<yourIndex> then that will atleast confirm the data is arriving.
If you dont know which index it is going to then you can check the inputs.conf stanzas of your Universal Forwarder, or perhaps you can run the following to show you which sourcetypes you have in various indexes:
|metasearch index=* | stats values(sourcetype) by index
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing