Documentation: 3.3.3
Print Version Contents
This page last updated: 07/07/08 09:07am

Streams Endpoint

Use the /services/streams/ endpoint to access streaming search results, such as Live Tail. For specific search results in other formats, use the search endpoint.

Search

The /services/streams/search endpoint provides synchronous event search streaming service.

GET

Executes a simple search (no pipe support).

Argument Purpose
q The simple search string to execute (with no leading 'search' command)..

Response codes:

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

Livetail

The /services/streams/livetail endpoint provides synchronous data input tailing service.

GET

Streams raw data being received by Splunk

Argument Purpose
q The simple search string to execute (with no leading 'search' command).

Response codes:

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

Previous: Saved Endpoint    |    Next: Developer applications overview

Comments

No comments have been submitted.

Log in to comment.