Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The steps outlined below should not be done as a routine maintenance or upgrade procedure. These are intended for cases when Kafka Service fails to start or form a Kafka cluster and requests in MC2 and/or EQL/EDS are not being processed.

...

To clean the Kafka Service logs and configuration follow these steps:

  1. Stop MC2 and kafka service on all nodes on which MC2 is running:

cd eaglemgr

./stop starweb extractservicelb extractserviceworker kafkaservice

2. Only after the services are stopped on ALL nodes, remove the kafka configuration and logs:

...

NOTE: Do not start kafka service on any of the nodes before the above steps are completed on ALL nodes.

3. Start Kafka Service on all nodes:

cd eaglemgr

./start starweb kafkaservice

...