API Stability Short-Term

The getLogCollectorDebugLogging() GraphQL query to get the Log Collector debug logs. This is a preview, though, and subject to change.

Syntax

Below is the syntax for the getLogCollectorDebugLogging() query field:

graphql
getLogCollectorDebugLogging: LogCollectorDebugLogging

Below is an example of how you might use this query field:

Show:
graphql
query {
  getLogCollectorDebugLogging {
     url: "https://company.com",
     token: "abcdef1234", level: "low",
     repository: "humio"}
}

Given Datatypes

For LogCollectorDebugLogging datatype, a few parameters may be given.

Table: LogCollectorDebugLoggingStatic

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 26, 2024
levelstringyes Short-TermThe debugging level to log.
repositorystring  Short-TermThe repository for debugging.
tokenstringyes Short-TermThe token used by the Log Collector.
urlstring  Short-TermThe URL for debugging the Log Collector.