Send data to Elasticsearch
editSend data to Elasticsearch
editTo use Elastic Observability, you need Elasticsearch for storing and searching your data, and Kibana for visualizing and managing it.
Spin up the Elastic Stack
editYou can use our hosted Elasticsearch Service on Elastic Cloud (recommended), or self-manage the Elastic Stack on your own hardware.
- Get a free trial.
- Log into Elastic Cloud.
- Click Create deployment.
- Give your deployment a name.
- Click Create deployment.
- Save your deployment credentials.
You can find your Cloud ID and APM endpoint in your deployments list at cloud.elastic.co. To reset the provided password, go to the Security page for your deployment.
See the Elastic Support Matrix for information about supported operating systems and product compatibility. We recommend you use the same version of Elasticsearch, Kibana, and APM Server.
Get data into your deployment
editNow that you have provisioned your first deployment of your Elasticsearch cluster, you’re ready to ingest your logs, metrics, uptime data, and APM data.
To make full use of Elastic Observability, we recommend that you install the observability products in the following order:
- Install and configure Filebeat on your servers to collect log events. For details, see Ingest logs.
- Install and configure Metricbeat on your servers to collect and preprocess system and service metrics, such as information about running processes, as well as CPU, memory, disk, and network utilization numbers. For details, see Ingest metrics.
- Install and configure Heartbeat on your servers to periodically check the status of your services. For details, see Ingest uptime data.
- If you have added an APM Server as part of an Elasticsearch Service deployment, configure your APM agents to send data to your Elasticsearch cluster. For details, see Instrument applications.