This documentation does not apply to the most recent version of Splunk.
This documentation applies to the following versions of Splunk: 3.2 , 3.2.1 , 3.2.2 , 3.2.3 , 3.2.4 , 3.2.5 , 3.2.6
Provides synchronous event search streaming service
Executes a simple search, i.e. no pipe support
q - The simple search string (no leading 'search' operator) to execute
200 - Method executed successfully
// 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
Streams raw data being received by Splunk
q - The simple search string (no leading 'search' operator) to apply to the incoming data stream
200 - Method executed successfully
// 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.