• Stars
    star
    205
  • Rank 191,264 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created about 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elastic beat-exporter for Prometheus

beat-exporter for Prometheus

Docker Pulls

Exposes (file|metric)beat statistics from beats statistics endpoint to prometheus format, automaticly configuring collectors for apporiate beat type.

Current coverage

  • filebeat
  • metricbeat
  • packetbeat - partial
  • auditbeat - partial

Setup

Edit your *beat configuration and add following:

http:
  enabled: true
  host: localhost
  port: 5066

This will expose (file|metrics|*)beat http endpoint at given port.

Run beat-exporter:

$ ./beat-exporter

beat-exported default port for prometheus is: 9479

Point your Prometheus to 0.0.0.0:9479/metrics

Configuration reference

$ ./beat-exporter -help
Usage of ./beat-exporter:
  -beat.system
    	Expose system stats
  -beat.timeout duration
    	Timeout for trying to get stats from beat. (default 10s)
  -beat.uri string
    	HTTP API address of beat. (default "http://localhost:5066")
  -tls.certfile string
    	TLS certs file if you want to use tls instead of http
  -tls.keyfile string
    	TLS key file if you want to use tls instead of http
  -version
    	Show version and exit
  -web.listen-address string
    	Address to listen on for web interface and telemetry. (default ":9479")
  -web.telemetry-path string
    	Path under which to expose metrics. (default "/metrics")

Contribution

Please use pull requests, issues

More Repositories

1

principles

Trustpilot's Engineering Principles
69
star
2

kafka-connect-dynamodb

A Kafka Connect Source Connector for DynamoDB
Java
55
star
3

nuget-authenticated-encryption

Simple library to do Authenticated Encryption in an opinionated way
C#
41
star
4

pagerduty-notifier

PagerDuty native MacOS notifications
Go
38
star
5

node-trustpilot

HTTP client for Trustpilot
TypeScript
32
star
6

skift

A/B Testing tool for the modern Web
TypeScript
27
star
7

slack-trustpilot

Reply to your Trustpilot reviews directly via Slack
JavaScript
27
star
8

python-sanicargs

Parses query args in Sanic using type annotations
Python
18
star
9

python-trustpilot

Python HTTP client for Trustpilot.
Python
16
star
10

node-token-substitute

Substitute tokens in an object
JavaScript
15
star
11

authenticated-encryption-cli

A command line interface for encrypting and decrypting data using authenticated encryption
C#
14
star
12

plugin-magento2

Magento 2 plugin for sending invitation data to Trustpilot
PHP
10
star
13

ilenia-lens

A VSCode plugin to detect unused Ilenia localisation strings and more!
TypeScript
6
star
14

demo-trustbox-nativeapps

iOS and Android TrustBox examples
Swift
5
star
15

python-authenticated-encryption

Library for authenticated encryption used with Trustpilot
Python
5
star
16

php-authenticated-encryption

Library for authenticated encryption used with Trustpilot
PHP
4
star
17

business-generated-links-example-nodejs

Example implementation for generating Business Generated Links in nodejs
JavaScript
2
star
18

business-generated-links-example

Example implementation for generating Business Generated Links in C#
C#
2
star
19

plugin-prestashop

Prestashop plugin for sending invitation data to Trustpilot & adding TrustBoxes
PHP
2
star
20

plugin-woocommerce

Woocommerce plugin for sending invitation data to Trustpilot & adding TrustBoxes
PHP
1
star