Share a Tip

Run Event Service as a single-node cluster

Maciej_Popek
Engager

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:

  1. Comment out the following line (by putting "#" in front of the below line):

    cluster.initial_master_nodes: ${ad.es.cluster.initial_master_nodes}
  2. Add the following line under the above:

    discovery.type: single-node
  3. Comment out the following line  (by putting "#" in front of the below line):
    discovery.seed_hosts: ${ad.es.node.unicast.hosts}
  4. Restart Event Service to apply new configs.

Reference:
https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html#single-node-di...

If you encounter any issues when running the above configurations, please reach out to the AppDynamics support organization.

Get Updates on the Splunk Community!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...