Scroll to navigation

insights-client.conf(8) insights-client.conf(8)

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.
Log each line executed.
Automatically attempt to configure connectivity to Red Hat Insights.
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.
File that can be used to prevent files or commands from being collected or to exclude lines containing a specified word.
Each word specified in patterns will exclude the entire line containing the word in all commands and files.
Keywords will be obfuscated to keyword# in all commands and files and require the Obfuscate option to be True.
This file MUST be in the following format, and MUST match exactly what is in the dynamic_config for file or command name.

[remove]
files=/etc/cluster/cluster.conf,/etc/hosts
commands=/bin/dmseg,/bin/hostname
patterns=password,username
keywords=super$ecret,ultra$ecret

Automatically update the dynamic configuration.
Obfuscate IP addresses.
Obfuscate hostname.
http://user:pass@192.168.100.50:8080
URL for the proxy.
Disable automatic scheduling.

SEE ALSO

insights-client(8)

Red Hat Insights Configuration