Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

[FeatureRequest] Stack monitoring via metricbeat #105

Closed
tfriesen opened this issue Jun 17, 2021 · 1 comment
Closed

[FeatureRequest] Stack monitoring via metricbeat #105

tfriesen opened this issue Jun 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@tfriesen
Copy link

It would be nice if some method for gathering metrics about the stack and monitoring its performance were included. Would certainly facilitate troubleshooting. Metricbeat provides an easy way to do this that integrates nicely with the existing setup.

It should also be fairly easy to include as part of the deploy script process. Adding metricbeat logging to the existing deployment only takes (roughly) the following steps:

  1. Install metricbeat on ELK host
  2. metricbeat modules enable elasticsearch
  3. Configure /etc/metricbeat/modules/elasticsearch.yml with information pointing to elasticsearch container and user/password information (which is known by deploy.sh)
  4. Configure /etc/metricbeat/metricbeat.yml with output information to the local elasticsearch or logstash (which is known by deploy.sh)
  5. (May not be necessary) Visit kibana->Stack monitoing to enable montiroing of elasticsearch node
  6. Profit!
@tfriesen tfriesen added the enhancement New feature or request label Jun 17, 2021
@duncan-ncc
Copy link
Contributor

Closed due to project archive

@duncan-ncc duncan-ncc closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants