src/main/java/co/elastic/support/diagnostics/DiagnosticService.java [36:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        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/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,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



