All Apps and Add-ons

Splunk <-> ELK

daniel333
Builder

Hello,

We're acquiring a company which uses ELK. I've been asked to look into connecting out logging infra to share data etc.
1) Is there a way for a Splunk SHC to search logstash?
2) Is there system for Kibana to hit Splunk indexers?

Any thoughts, blogs, rambling or comments are welcome.

0 Karma
1 Solution

Jeremiah
Motivator

You can search an elasticsearch instance from Splunk:

https://github.com/hvandenb/splunk-elasticsearch

I personally haven't seen any add-ons or customized versions of Kibana that allow it to search Splunk.

You could have logstash agents forward data to splunk (probably using syslog or a tcp socket). I'm not sure about forwarding splunk forwarder data into elasticsearch; you'd need some intermediary to pass the data, say syslog/tcp to logstash, then to elasticsearch.

View solution in original post

Damien_Dallimor
Ultra Champion

Logstash has numerous output plugins that could be used to redirect data flows into Splunk.

https://www.elastic.co/guide/en/logstash/current/output-plugins.html

0 Karma

Jeremiah
Motivator

You can search an elasticsearch instance from Splunk:

https://github.com/hvandenb/splunk-elasticsearch

I personally haven't seen any add-ons or customized versions of Kibana that allow it to search Splunk.

You could have logstash agents forward data to splunk (probably using syslog or a tcp socket). I'm not sure about forwarding splunk forwarder data into elasticsearch; you'd need some intermediary to pass the data, say syslog/tcp to logstash, then to elasticsearch.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...