src/main/java/co/elastic/support/monitoring/MonitoringExportService.java [66:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    inputs.host,
                    inputs.port,
                    inputs.scheme,
                    inputs.user,
                    inputs.password,
                    inputs.proxyHost,
                    inputs.proxyPort,
                    inputs.proxyUser,
                    inputs.proxyPassword,
                    inputs.pkiKeystore,
                    inputs.pkiKeystorePass,
                    inputs.skipVerification,
                    config.extraHeaders,
                    config.connectionTimeout,
                    config.connectionRequestTimeout,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/co/elastic/support/monitoring/MonitoringImportService.java [78:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                inputs.host,
                inputs.port,
                inputs.scheme,
                inputs.user,
                inputs.password,
                inputs.proxyHost,
                inputs.proxyPort,
                inputs.proxyUser,
                inputs.proxyPassword,
                inputs.pkiKeystore,
                inputs.pkiKeystorePass,
                inputs.skipVerification,
                config.extraHeaders,
                config.connectionTimeout,
                config.connectionRequestTimeout,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



