Reporting

Splunk Data extract to ELK

eriefcu
New Member

In an effort to separate our windows logging from our Infrastructure logging we are moving our Windows events to ELK and keeping our infrastructure on Splunk. After years of data collection on splunk we don't want to lose our legacy data from windows events. How can we extract that data from Splunk and move it to our ELK appliance?

0 Karma

kml_uvce
Builder

1) you can use restpi of splunk and fetch data by writing search and take _raw data from search and send to logstash and then send data to Elasticsrarch.
or
2) run search in splunk and store data (_raw) in csv file and read csv file by logstash and send data to Elasticsrarch
your search||outputlookup csvfile

field extraction you can do in logstash.

If it takes too much time to fetch the data then you can divide your time (earliest and latest) in search

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 ...