GithubHelp home page GithubHelp logo

elders / metricbeat-docker Goto Github PK

View Code? Open in Web Editor NEW
0.0 12.0 0.0 9 KB

Custom metricbeat https://www.elastic.co/guide/en/beats/metricbeat/current/index.html

License: Apache License 2.0

PowerShell 100.00%

metricbeat-docker's Introduction

Metricbeat

Setup

Linux

docker run --restart=always -d --name {container-name} elders/metricbeat-docker:{tag} metricbeat -e --E "output.elasticsearch.hosts=['{elastic-search-url-with-port}']" --E "setup.kibana.host='{kibana-search-url-with-port}'" --E "name={name-to-show-as-host}"

Example: docker run --restart=always -d --name metricbeat elders/metricbeat-docker:0.1.0 metricbeat -e --E "output.elasticsearch.hosts=['172.17.0.1:9200']" --E "setup.kibana.host='172.17.0.1:5601'" --E "name=pruvit-production-log"

Windows

  1. Download windows version of metric beat from https://www.elastic.co/downloads/beats/metricbeat
  2. Modify metricbeat.yml
  3. Install metricbeat service by executing in powershell `.\install-service-metricbeat.ps1

Windows example with custom install-service-metricbeat and metricbeat.yml

  1. Download windows version of metric beat from https://www.elastic.co/downloads/beats/metricbeat
  2. Use provided custom-windows-metricbeat.yml from this repo. Donwload it, rename it to metricbeat and place it in metricbeat folder from point 1
  3. Use provided custom-install-service-metricbeat.ps1 from this repo and place it inside metricbeat folder from point 1
  4. Install metric beat service by executing in powershell .\custom-install-service-metricbeat.ps1 -ElasticSearchAddress '{elastic-search-url-with-port}' -KibanaAddress '{kibana-search-url-with-port}' Example: .\custom-install-service-metricbeat.ps1 -ElasticSearchAddress '10.147.152.12:9200' -KibanaAddress '10.147.152.12:5601'

metricbeat-docker's People

Contributors

saylis avatar

Watchers

mynkow avatar James Cloos avatar sdluxeon avatar Asen Popov avatar Denitsa Atanasova avatar Stoyan Dobrev avatar Blagovest Petrov avatar Konstantin Tenekedzhiev avatar Lyubomir Mitkov avatar  avatar Stanimir Venkov avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.