Getting Data In

RESTful call to a new module

wward
Explorer

Hi, I've created a new module 'MyAwesomeModule', is there a way I can restfully retrieve the JSON output using java?

In other words, I'm curious if I can avoid recoding the generateRestults() method in 'MyAwesomeModule.py'

Thanks!
Wade

Tags (4)
0 Karma

Damien_Dallimor
Ultra Champion

If I understand correctly , you would need to code the logic you want to be reusable in a custom REST endpoint. Then a Java client could call this REST endpoint. Your implementation of generateResults() in your server side python handler (MyAwesomeModule.py) would also delegate off to this custom REST endpoint.

wward
Explorer

That answers my question. Are there any examples you would suggest to look at in splunk docs that I can reference as starting point to begin creating this kind of custom REST endpoint?
Thanks

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