Developing Dashboards, Views, and Apps for Splunk Web

 


Streams Endpoint

This documentation does not apply to the most recent version of Splunk. Click here for the latest version.

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

ArgumentPurpose
qThe simple search string to execute (with no leading 'search' command)..

Response codes:

ResponseStatus
200Method 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.

Live tail

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

GET

Streams raw data being received by Splunk.

ArgumentPurpose
qThe simple search string to execute (with no leading 'search' command). to apply to the incoming data stream

Response codes:

ResponseStatus
200Method 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.

This documentation applies to the following versions of Splunk: 3.3 , 3.3.1 , 3.3.2 , 3.3.3 , 3.3.4 , 3.4 , 3.4.1 , 3.4.2 , 3.4.3 , 3.4.5 , 3.4.6 , 3.4.8 , 3.4.9 , 3.4.10 , 3.4.11 , 3.4.12 , 3.4.13 , 3.4.14 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.

Feedback submitted, thanks!