Versions Compared

Key

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

...

To uninstall the Search service:

  1. Pause or delete the search feed. (

...

  1. See Managing Feeds

...

  1. )

  2. Log in as root on the Elasticsearch server.

  3. Stop the Elasticsearch service and uninstall the service:

    Code Block
    languagebash
    yum remove caringo-elasticsearch-search
    yum remove elasticsearch

    This does not erase the packages, so the packages can be restored later

...

  1. if needed.

  2. The Metrics curator relies on the Elasticsearch service, so do one of the following:

    • Reconfigure Swarm Metrics (/etc/caringo-elasticsearch-metrics/metrics.cfg) to point to a different ES cluster (or remove cluster = <cluster-name>)

    • Uninstall Swarm Metrics 

      Code Block
      languagebash
      yum remove caringo-elasticsearch-metrics
      yum remove elasticsearch-curator