Documentation:
3.2
Provides synchronous event search streaming service
GET
Executes a simple search, i.e. no pipe support
Query Arguments
q - The simple search string (no leading 'search' operator) to execute
Response Status200 - Method executed successfully
Response Body// The return content is raw event text in streaming format. // There is no formatting, or timestamping on the data. // Close the client connection to stop the search.
Provides synchronous data input tailing service
GET
Streams raw data being received by Splunk
Query Arguments
q - The simple search string (no leading 'search' operator) to apply to the incoming data stream
Response Status200 - Method executed successfully
Response Body// The return content is raw event text in streaming format. // There is no formatting, or timestamping on the data. // Close the client connection to stop the search.
Comments
No comments have been submitted.