Skip to content

Commit 21521ee

Browse files
Linu-Eliasrobester0403
authored andcommitted
Make Jolokia Input Package GA (elastic#14842)
* make GA * changelog * readme * Update README.md
1 parent ef03ce5 commit 21521ee

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

packages/jolokia_input/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.0.0"
3+
changes:
4+
- description: Make Jolokia Input GA
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/14842
27
- version: "0.8.1"
38
changes:
49
- description: fix `Readme` file.

packages/jolokia_input/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Jolokia input package collects metrics from [Jolokia agents](https://jolokia
44

55
The metrics are collected by communicating with a Jolokia HTTP/REST endpoint that exposes the JMX metrics over HTTP/REST/JSON.
66

7-
You can use this input for any service that collects metrics through Jolokia endpoint. You can provide custom mappings and custom ingets pipelines through the Kibana UI to get the tailored data.
7+
You can use this input for any service that collects metrics through Jolokia endpoint. Optionally, you can provide custom mappings and custom ingest pipelines through the Kibana UI to get the tailored data.
88

99
## Compatibility
1010

@@ -50,7 +50,7 @@ password: your_password
5050

5151

5252
### JMX Mappings and attributes
53-
The Jolokia input package can collect metrics from various JMX MBeans by configuring the `mbean` parameter. You can specify which MBeans and attributes to collect as show in below example:
53+
The Jolokia input package can collect metrics from various JMX MBeans by configuring the `mbean` parameter. You can specify which MBeans and attributes to collect as shown in the example below.
5454

5555
```
5656
- mbean: 'java.lang:type=Runtime'

packages/jolokia_input/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
format_version: "3.0.0"
22
name: jolokia
33
title: "Jolokia Input"
4-
version: "0.8.1"
4+
version: "1.0.0"
55
description: "Collects Metrics from Jolokia Agents"
66
type: input
77
categories:
88
- observability
99
- custom
1010
conditions:
1111
kibana:
12-
version: "^8.13.0 || ^9.0.0"
12+
version: "^8.17.0 || ^9.0.0"
1313
elastic:
1414
subscription: "basic"
1515
icons:

0 commit comments

Comments
 (0)