Illumina Innovates with Rancher and Kubernetes
If your organization uses Elasticsearch, either on premise or in the cloud, you can configure Rancher to send it Kubernetes logs. Afterwards, you can log into your Elasticsearch deployment to view logs.
Prerequisites: Configure an Elasticsearch deployment.
In the Endpoint field, enter the IP address and port of your Elasticsearch instance. You can find this information from the dashboard of your Elasticsearch deployment.
9200
9243
If you are using X-Pack Security, enter your Elasticsearch Username and Password for authentication.
Enter an Index Pattern.
If your instance of Elasticsearch uses SSL, your Endpoint will need to begin with https://. With the correct endpoint, the SSL Configuration form is enabled and ready to be completed.
https://
Provide the Client Private Key and Client Certificate. You can either copy and paste them or upload them by using the Read from a file button.
You can use either a self-signed certificate or one provided by a certificate authority.
You can generate a self-signed certificate using an openssl command. For example:
openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj "/CN=myservice.example.com"
Enter your Client Key Password.
Enter your SSL Version. The default version is TLSv1_2.
TLSv1_2
Select whether or not you want to verify your SSL.