Log Management API Operations Index
All available Log Management API Operations
Get all agent group configs
Create an agent group config
Delete an agent group config
Get agent group config by ID
Patch (partial update) an agent group config
Update an agent group config
Retrieves a paginated list of all agent secrets configured in the system. The response includes secret names and metadata but does not include the actual secret values.
Supports pagination parameters to control the number of results returned.
Creates a new agent secret that can be used by log ingestion agents to authenticate with the system. The secret name must be unique and will be used to identify the agent. The returned secret value should be stored securely as it will only be displayed once.
Exchange a secret for a token. The Time-To-Live (TTL) is specified in milliseconds and must be between a minimum of 1 minute (60,000 ms) and a maximum of 180 days (15,552,000,000 ms). If not provided or zero, the system defaults to 30 minutes (1,800,000 ms).
Revokes an existing agent secret, making it immediately invalid for authentication. Any agents configured to use this secret will no longer be able to authenticate with the system.
This action cannot be undone - to restore access, a new secret must be created.
This action does not invalidate any previously created token.
Get all extracted fields
Create a new extracted field
The ingestion API has the following limits: JSON payload - 1MB, Log message size - 16KB, Field name size - 64 characters
The ingestion API has the following limits: JSON payload - 1MB, Log message size - 16KB, Field name size - 64 characters
Get all log forwarders
Create a log forwarder
Test log forwarder connection
Delete a log forwarder
Get log forwarder by ID
Patch (partial update) a log forwarder
Update a log forwarder
Execute a log search query
Execute a log search query