Hi,
I have a plan to install Dynatrace Managed in linux, in the documentation default setting is like this :
/opt/dynatrace-managed
/var/opt/dynatrace-managed
Can I customize this installation directory ? lets say I want to point the Dynatrace Server data files to /opt directory
Thanks
Solved! Go to Solution.
Most of the installation is highly parameterizable:
I'll just add an example to make this answer 100% complete:
To configure data storages:
./dynatrace-managed-installer.sh --datastore-dir /opt/dynatrace-managed-data --rpl-datastore-dir /opt/dynatrace-managed-data/session-replay --cas-datastore-dir /opt/dynatrace-managed-data/cassandra --els-datastore-dir /opt/dynatrace-managed-data/elasticsearch --svr-datastore-dir /opt-dynatrace-managed-data/transactions
Or just run the installer and specify new paths in the interactive mode.