on 29 Nov 2022 03:40 AM
The most common reason for this is that someone has configured a backup location in the Dynatrace UI and forgot to add the mount point to /etc/fstab. If the backup mount is missing elastic search will not start. You can see this in the elasticsearch logs because it will have an ERROR that says path.repo is unavailable.
You have two options to fix this.
You will remove the entire line for path.repo and restart elasticsearch.
service dynatrace-elasticsearch stop
service dynatrace-elasticsearch start