Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
RELEASE 8.11.2 (#350)
Browse files Browse the repository at this point in the history
* RELEASE 8.11.2

* chore: revert to order list

---------

Co-authored-by: Francois Tamigniau <[email protected]>
  • Loading branch information
switchcorp and ftqualifio authored Dec 18, 2023
1 parent 8e8ab54 commit 27f002b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN bin/kibana-plugin install https://github.com/pjhampton/kibana-prometheus-exp

## Prometheus Config

Below is an example prometheus config.
Below is an example prometheus config.

```
- job_name: 'kibana'
Expand All @@ -66,7 +66,7 @@ Below is an example prometheus config.
password: 'changeme'
```

## Metrics
## Metrics

Details on the various exported metrics are documented on the [Github wiki page](https://github.com/pjhampton/kibana-prometheus-exporter/wiki).

Expand All @@ -76,6 +76,7 @@ Details on the various exported metrics are documented on the [Github wiki page]

| Release | MD5 / SHA1 / SHA256 / SHA512 | Release Artifact - This must match your Kibana version |
|---------|-------------------------------|------------------------------------------------------------------|
| 8.11.2 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.11.2/checksum.json) | [kibana-prometheus-exporter-8.11.2](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.11.2) |
| 8.11.1 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.11.1/checksum.json) | [kibana-prometheus-exporter-8.11.1](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.11.1) |
| 8.11.0 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.11.0/checksum.json) | [kibana-prometheus-exporter-8.11.0](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.11.0) |
| 8.10.4 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.10.4/checksum.json) | [kibana-prometheus-exporter-8.10.4](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.10.4) |
Expand Down
2 changes: 1 addition & 1 deletion kibana.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "kibanaPrometheusExporter",
"version": "8.11.1",
"version": "8.11.2",
"owner": {
"name": "https://github.com/pjhampton"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kibanaPrometheusExporter",
"version": "8.11.1",
"version": "8.11.2",
"private": true,
"scripts": {
"build": "yarn plugin-helpers build",
Expand Down

0 comments on commit 27f002b

Please sign in to comment.