- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to get logs in JSON format for an API call from a Springboot Application?
kanurag1795
Engager
02-10-2023
06:42 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
andrew_nelson
Communicator
02-10-2023
07:36 AM
Setting output_mode parameter to output_mode=JSON in the API call should return the results in JSON format.
You can see the documentation here: Basic concepts about the Splunk platform REST API - Splunk Documentation
