Reputation: 23
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
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
Reputation: 26
Try this: https://github.com/brunotm/elasticsplunk It bundles: - elasticsearch-py - urllib3 - splunklib (from the splunk-sdk-python)
Upvotes: 1