Internal live search
Initiates the search; will return status and search Id on success.
get/live/search/internal
Query parameters
selectorstring required
Search term
bucketstring
- Specify the bucket to search
skipinvalidboolean
Skip invalid records
limitinteger
Result limit
analyzeboolean
Analyze
datefromstring date-time
Example:2024-01-01 00:00:00
Date from of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)
datetostring date-time
Example:2024-01-31 23:59:59
Date to of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)
terminatestring[]
You can terminate previous search ids
Response
Success search
Example response
{
"id": "61202067-543e-4e6a-8c23-11f9b8f008cf"
}