Knowledge Management

exporting data does not have host information

creativenitin
New Member

I want to export my logs to a file(raw text) from the search i have done. It does it but problem is it does not include the source of those logs viz hostname the sourcetype etc. Is there a way this information can be exported in raw text exports? I also did not find this in csv format too.

thanks
nitn

Tags (1)
0 Karma

yannK
Splunk Employee
Splunk Employee

No, raw format is supposed to contain only the raw event. (the content of the hidden field _raw)

If you want more details, try to build a table, with the fields you want.

mysearch | eval raw=_raw | table _time host source sourcetype raw

Or edit the raw event to add the fields

mysearch | eval _raw="time="._time." host=".host." sourcetype=".sourcetype." source=".source." raw="._raw

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...