All Projects β†’ Icinga β†’ icingabeat

Icinga / icingabeat

Licence: Apache-2.0 license
Elastic Beat fetching events & status from Icinga 2

Programming Languages

go
31211 projects - #10 most used programming language
Jinja
831 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to icingabeat

awesome-elastic-stack
Awesome Elastic Stack
Stars: ✭ 29 (-19.44%)
Mutual labels:  kibana, beats, elastic
elastic-stack-testing
Elastic Stack Testing Framework (ESTF) πŸ€–
Stars: ✭ 47 (+30.56%)
Mutual labels:  kibana, beats
kibana-keycloak
Secure kibana dashboards using keycloak
Stars: ✭ 40 (+11.11%)
Mutual labels:  kibana, elastic
kbn circles vis
Kibana 4.4.1 D3 Circles Packing Visualization
Stars: ✭ 30 (-16.67%)
Mutual labels:  kibana, elastic
Elastic Stack
Aprenda Elasticsearch, Logstash, Kibana e Beats do jeito mais fÑcil ⭐️
Stars: ✭ 135 (+275%)
Mutual labels:  kibana, elastic
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (+386.11%)
Mutual labels:  kibana, elastic
jmx-monitoring-stacks
No description or website provided.
Stars: ✭ 170 (+372.22%)
Mutual labels:  kibana, elastic
Elastic Docker
Example setups for Elasticsearch, Kibana, Logstash, and Beats with docker-compose
Stars: ✭ 118 (+227.78%)
Mutual labels:  kibana, elastic
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (+61.11%)
Mutual labels:  kibana, elastic
area3d vis
3D Graph Visualization for Kibana 5
Stars: ✭ 28 (-22.22%)
Mutual labels:  kibana, elastic
elastic-stax
elastic-stax Docker Compose projects => for learning/training purposes only!
Stars: ✭ 13 (-63.89%)
Mutual labels:  kibana, beats
next-eui-starter
Start building Kibana protoypes quickly with the Next.js EUI Starter
Stars: ✭ 74 (+105.56%)
Mutual labels:  kibana, elastic
Sigmaui
SIGMA UI is a free open-source application based on the Elastic stack and Sigma Converter (sigmac)
Stars: ✭ 123 (+241.67%)
Mutual labels:  kibana, elastic
Elastic Charts
πŸ“Š Elastic Charts library
Stars: ✭ 191 (+430.56%)
Mutual labels:  kibana, elastic
Elastic
Elastic Stack (6.2.4) 을 ν™œμš©ν•œ Dashboard λ§Œλ“€κΈ° Project
Stars: ✭ 121 (+236.11%)
Mutual labels:  kibana, elastic
EnterpriseApplicationLog
Enterprise Application Log with RabbitMQ, LogStash, ElasticSearch and Kibana
Stars: ✭ 88 (+144.44%)
Mutual labels:  kibana, beats
Microservice Monitoring
Monitor your Spring Boot application with the Elastic Stack all around
Stars: ✭ 114 (+216.67%)
Mutual labels:  kibana, elastic
Redelk
Red Team's SIEM - tool for Red Teams used for tracking and alarming about Blue Team activities as well as better usability in long term operations.
Stars: ✭ 1,692 (+4600%)
Mutual labels:  kibana, elastic
docker-metricbeat-example
Elasticsearch Metricbeat example configuration to monitor Host and Services with docker
Stars: ✭ 80 (+122.22%)
Mutual labels:  kibana, beats
cloudwatchmetricbeat
A beat for AWS CloudWatch Metrics. Located in NYC? We are hiring: https://www.narmi.com/careers/
Stars: ✭ 17 (-52.78%)
Mutual labels:  beats, elastic

Build Status

Icingabeat

The Beats are lightweight data shippers, written in Go, that you install on your servers to capture all sorts of operational data (think of logs, metrics, or network packet data). The Beats send the operational data to Elasticsearch, either directly or via Logstash, so it can be visualized with Kibana.

Icingabeat is an Elastic Beat that fetches data from the Icinga 2 API and sends it either directly to Elasticsearch or Logstash.

icingabeat-checkresult-dashboard

Documentation

Please read the documentation on icinga.com/docs/icingabeat/latest for more information

Development

Building and running manually

Requirements

Clone

To clone Icingabeat from the git repository, run the following commands:

mkdir -p ${GOPATH}/github.com/icinga
cd ${GOPATH}/github.com/icinga
git clone https://github.com/icinga/icingabeat

For further development check out the beat developer guide.

Build

Ensure that this folder is at the following location: ${GOPATH}/github.com/icinga

To build the binary for Icingabeat run the command below. This will generate a binary in the same directory with the name icingabeat.

mage build

Run

To run Icingabeat with debugging output enabled, run:

./icingabeat -c icingabeat.yml -e -d "*"

Packaging

The beat frameworks provides tools to crosscompile and package your beat for different platforms. This requires docker and vendoring as described above. To build packages of your beat, run the following command:

export PLATFORMS="linux/amd64 linux/386"
mage package

This will fetch and create all images required for the build process. The whole process can take several minutes to finish.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].