To get started sending your logs, metrics, and/or traces to Logz.io, you can begin a free trial through our website. If you have been following along then after you created your account you were left with a screen that looks like the screen shot below. Let’s send data by clicking on the “Get Started” button.
If you already have a Logz.io account, go to the ‘Send your data’ page in one of the left product toolbars and hit the ‘Start Collecting’ button at the top of the page (see the second images below).
Now it’s time to configure the Telemetry Collector. All we have to do is follow the steps on the screen—starting with selecting what we want to monitor. Currently, Telemetry Collector can integrate with:
We will continuously release more integrations with popular cloud technologies in the near future.
For our workshop we will be selecting Kubernetes EKS.
You will be brought to screen that has been populated with a helm configuration to deploy the collection of logs, metrics and traces.
Before continuing you will need to add Logz.io GitHub repo to your Helm configuration:
$ helm repo add logzio-helm https://logzio.github.io/logzio-helm
$ helm repo update
and also update the place holders in yellowed ENTER VALUE
with a value of your choosing. In production environments you want to utilize the name of the cluster or environment name.
Click the Copy snippet
button to copy the helm configuration to your clipboard. You will need this in the next step.
Paste the helm snippet into the terminal window and run the command. This will install the telemetry collector into your EKS cluster. Once the installation is complete you will see a message that looks like the one below.
After about a minute, we can see our data arrive in our Logz.io account for analysis.
And that’s how you begin sending data to Logz.io in minutes. Let’s explore Kuberentes via our Open 360 Platform.