Skip to content

Commit

Permalink
Improve README file
Browse files Browse the repository at this point in the history
  • Loading branch information
LHozzan authored Oct 18, 2023
1 parent c9eda2c commit 34083e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Prometheus exporter for metrics provided by [Node Stats API](https://www.elastic.co/guide/en/logstash/current/monitoring-logstash.html) of Logstash.

## Building
## Requirements and Building

*Golang must be installed on the local machine!*

Expand Down Expand Up @@ -51,7 +51,7 @@ spec:
- name: logstash
(... setup for logstash ...)
- name: exporter
image: <PathToYourDockerContainerWithName>:<VersionForYourDockerContainer>
image: ghcr.io/sap/prometheus-logstash-exporter:latest
args:
- --web.listen-address=:9310 # by default is used port 9304, but feel free adapt this setting
ports:
Expand Down

0 comments on commit 34083e6

Please sign in to comment.