The logCollectorInstallers() GraphQL query returns a list of LogCollector installation settings.

Syntax

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

graphql
logCollectorInstallers: [LogCollectorInstaller!]

Returned Datatypes

The returned datatype LogCollectorInstaller has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: LogCollectorInstaller

ParameterTypeRequiredDefaultDescription
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
architecturestringyes The CPU architecture of the installer.
configExamplestring  An example of the configuration.
iconstring  The name of the icon file.
namestringyes The name of the LogScale Log Collector installer file.
sizeintegeryes The size of the installer file.
typestringyes The type of installer (e.g., deb, rpm or msi files).
urlstringyes The URL from where the LogScale Log Collector installer may be found.
versionstringyes The version of the LogScale Log Collector.