Movatterモバイル変換


[0]ホーム

URL:


Loading
  1. Elastic Docs/
  2. Deploy and manage/
  3. Monitoring/
  4. AutoOps/
  5. For ECE, ECK, and self-managed clusters

Connect your local development cluster to AutoOps

If you have an Elasticsearch cluster set up for local development or testing, you can connect it to AutoOps using Docker.

Ensure your system meets the following requirements before proceeding:

Complete the following steps to connect your local development cluster to AutoOps.

  1. Run the following command in your terminal to open the/etc/hosts file in a text editor with administrator privileges:
vim /etc/hosts
  1. On a new line in the/etc/hosts file, add an entry to map the Elasticsearch cluster URL to the IP address representing the local development cluster.

    The entry should be formatted as127.0.0.1 {{hostname}}.

  2. Save the changes.

  3. In your terminal, run the following command to reload the hostname service:

    • For Linux:
    /bin/systemctl restart systemd-hostnamed
    • For macOS:
    sudo dscacheutil -flushcache
  4. Follow the instructions toConnect to AutoOps with the following differences:

    • In theSelect installation method step, selectDocker.

    • In theConfigure agent step, when prompted to enter yourElasticsearch endpoint URL, enter the name of your local development cluster or enter the following:

      http://localhost:9200
    • In theInstall agent step, paste the command into the text editor and replacedocker run -d \ with:

      docker run -d --network host \

      This replacement is also required if your cluster is running on macOS.

After completing all the steps, you canAccess AutoOps.


[8]ページ先頭

©2009-2026 Movatter.jp