Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
10-17-2024 12:33 AM - last edited on 10-17-2024 09:18 AM by Ryan.Paredez
Hello,
Per the official AppDynamics documentation, a single node Event Service cluster is not supported for production and should be used for PoV or testing purposes only. By default Event Service will be installed as "production" deployment, and expects such deployment to be on, hence it will fail/crash if it is run on single node.
To run a Single node, you will need to configure the events-service-api-store.yml accordingly:
Comment out the following line (by putting "#" in front of the below line):
cluster.initial_master_nodes: $ { ad.es.cluster.initial_master_nodes } |
Add the following line under the above:
discovery.type: single-node |
discovery.seed_hosts: ${ad.es.node.unicast.hosts} |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form