Scroll to navigation

insights-client.conf(5) insights-client.conf(5)

NAME

insights-client.conf - Red Hat Insights client configuration

DESCRIPTION

The insights-client.conf file contains configuration information for insights-client, the client for the Red Hat Insights service. This file is in an INI style format, option=value, default or example values are shown below.

[insights-client]

Change log level, valid options DEBUG, INFO, WARNING, ERROR, CRITICAL.
Automatically attempt to configure connectivity to Red Hat Insights. If an RHSM or Satellite subscription is detected, CERT auth will be automatically selected.
Change authentication method, valid options BASIC, CERT. Default BASIC.
Username to use when authmethod is BASIC.
Password to use when authmethod is BASIC.
Base URL for API Interactions.
http://user:pass@192.168.100.50:8080
URL for the proxy.
Automatically update the dynamic configuration.
Obfuscate IP addresses.
Obfuscate hostname. Requires obfuscate=True.
Display name for this system.
Ansible hostname for this system.
Timeout for commands run during collection, in seconds.
Timeout for HTTP calls, in seconds.
Use Insights Core to perform the data collection when True. This option is provided for compatibility only and will be deprecated in a future release.
This file can be used to omit files or commands from the collection.
See /usr/share/doc/insights-client/file-redaction.yaml.example or https://access.redhat.com/articles/4511681 for information on how to use it.
This file can be used to omit lines or keywords from files and commands in the collection.
See /usr/share/doc/insights-client/file-content-redaction.yaml.example or https://access.redhat.com/articles/4511681 for information on how to use it.
Location of the tags file for this system.

SEE ALSO

insights-client(8)

Red Hat Insights Configuration