splunk / docker-logging-plugin

Splunk Connect for Docker is a Docker logging plugin that allows docker containers to send their logs directly to Splunk Enterprise or a Splunk Cloud deployment.
Apache License 2.0
65 stars 25 forks source link

Feature/issue14 add test for config params #15

Closed sharonx closed 6 years ago

sharonx commented 6 years ago

closes #14

anushjay commented 6 years ago

@sharonx It seems like centos does not like when we map localhost to SplunkServerDefaultCert in the etc/hosts file. The test_splunk_ca runs without issue after I append 127.0.0.1 SplunkServerDefaultCert. Do you think we usually run Splunk on test machines other than the localhost address? You can make this change or we can leave it as it is since it works for you on other aws instances.

sharonx commented 6 years ago

@anushjay pushed a change to make sure that SplunkServerDefaultCert is always mapped to an IP

anushjay commented 6 years ago

@sharonx Works. Please merge.