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

kamal singh bisht
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...