diff --git a/README.md b/README.md index 27f9a9e..8c7a779 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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). @@ -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) | diff --git a/kibana.json b/kibana.json index f14f8b0..ce2adf7 100644 --- a/kibana.json +++ b/kibana.json @@ -1,6 +1,6 @@ { "id": "kibanaPrometheusExporter", - "version": "8.11.1", + "version": "8.11.2", "owner": { "name": "https://github.com/pjhampton" }, diff --git a/package.json b/package.json index 770a234..5e182cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kibanaPrometheusExporter", - "version": "8.11.1", + "version": "8.11.2", "private": true, "scripts": { "build": "yarn plugin-helpers build",