- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to export data to other formats from the standard export function in splunk web?
sbsbb
Builder
12-02-2014
08:44 AM
Is it possible to extend the export capabilities from splunk, in order to export to other formats :
- export all _raw events to zip format
- export xml fields to zip file with xml files...
Is it possible to write some function that the standard ui can use ?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
aweitzman
Motivator
12-02-2014
09:24 AM
The dump
command looks like it might do a lot of what you want:
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Dump
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sbsbb
Builder
12-02-2014
09:33 AM
Yes it is very close, thank you... but I'm missing a way to get the data via ui or rest, without having to access the server directly
