Configuration parameters
url— Server URL (e.g. https://192.168.0.1)* (required)port— Port (required)isFetch— Fetch incidentsincidentType— Incident typeeventsQuery— Events queryfields— Fieldsaggregate— Aggregate events into one incidentfetchlimit— Fetch limitinsecure— Trust any certificate (not secure)proxy— Use system proxy settingscredentials— Credentials
Commands (7)
-
as-closeStops the execution of the search and clears the search session data from the server.
-
as-drilldownNarrows-down the search results to the specified time range
-
as-eventsReturns the list of events found in the specified search.
-
as-searchIn opposite to as-search-events, as-search-events waits until the search query is complete and returns the events, as-search initiates new logger search query, and returns sessionId and searchSessionId which should be used in other commands like as-status, as-stop, as-events, etc.
-
as-search-eventsStart a new search, wait until the search status is complete and then return the events. This command combine 3 commands - as-search, as-status, as-events
-
as-statusReturns the latest status of the specified search.
-
as-stopStops the search operation but keeps the search session so that the search results can be narrowed down later