API Stability Short-Term

The getLogCollectorInstanceDebugLogging() GraphQL query to get a Log Collector instance debugging log. This is a preview; its functionality and parameters may change.

Syntax

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

graphql
getLogCollectorInstanceDebugLogging(
      id: string!
   ): LogCollectorDebugLogging

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

Show:
graphql
query {
  getLogCollectorInstanceDebugLogging(id: "123") {
     url: "https://company.com",
     token: "abcdef1234", level: "low",
     repository: "humio"}
}

Returned Datatypes

For LogCollectorDebugLogging, there are a few possible values returned.

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.