vissu
vissu

Reputation: 23

Splunk - elasticsearch integration

We have a requirement to display elasticsearch data on splunk GUI is there a way to query elasticsearch from splunk GUI and get the results on splunk GUI

Upvotes: 1

Views: 2325

Answers (2)

andrea06590
andrea06590

Reputation: 1299

What's the goal ? By doing this, you are doing the job twice as both are Log analysis platform, but Splunk is a paid version. Index in Splunk direclty or separate usages

Upvotes: 0

github user
github user

Reputation: 26

Try this: https://github.com/brunotm/elasticsplunk It bundles: - elasticsearch-py - urllib3 - splunklib (from the splunk-sdk-python)

Upvotes: 1

Related Questions