Overview
The installation of the DMR consists of few steps from which some of them may be omitted based on your requirements and environment running.
Elastic Stack deployment
Installation and deployment of Elastic Stack, including Logstash and Filebeat, is out of scope of this document. You can have your own on-premises deployment, or running it on the cloud. The DMR is independent of your deployment option.
The following steps should be done to successfully deploy DMR solution:
| # | Step | Description | Reference |
|---|---|---|---|
| 1 | Deploy Elastic Stack | Deploy Elastic Stack for indexing and visualization purposes of the DMR solution | Out of scope of this document, refer to Elastic Stack for more information |
| 2 | Install DMR | Register policy, create index template, create roles and space for the solution, create users and dashboards | Install DMR |
| 3 | Deploy Logstash | Logstash serves as a parser for the incoming data that should be checked and indexed | Out of scope of this document, refer to Logstash for more information |
| 4 | Configure Logstash | Apply configuration of the Logstash to collect and parse DMR data and index all of them | Logstash Configuration |
| 5 | Deploy Filebeat | Filebeat is used to collect log data that are of the interest for the DMR solution | Out of scope of this document, refer to Filebeat for more information |
| 6 | Configure Filebeat | Apply configuration to Filebeat to collect relevant data and ship it to Logstash | Filebeat Configuration |
| 7 | Start Filebeat | Run Filebeat from each individual instance you want to collect data |