Skip to content

Commit b162585

Browse files
authored
[O11y][StatsD Input] Update to Kibana 8.11 for beats fixes (#9596)
1 parent ad7f84f commit b162585

File tree

4 files changed

+19
-33
lines changed

4 files changed

+19
-33
lines changed

packages/statsd_input/_dev/test/system/test-default-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ vars:
44
listen_port: 8125
55
data_stream.dataset: statsd_input.statsd
66
assert:
7-
hit_count: 3
7+
hit_count: 6

packages/statsd_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: "0.3.0"
3+
changes:
4+
- description: Update to Kibana 8.11 to support enhanced statsd implementation, and fix system test cases.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/9596
27
- version: "0.2.3"
38
changes:
49
- description: Improve documentation for the package.

packages/statsd_input/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
format_version: 2.0.0
22
name: statsd_input
33
title: StatsD Input
4-
version: "0.2.3"
4+
version: "0.3.0"
55
description: StatsD Input Package
66
type: input
77
categories:
88
- observability
99
conditions:
10-
kibana.version: "^8.8.0"
10+
kibana.version: "^8.11.0"
1111
elastic.subscription: "basic"
1212
icons:
1313
- src: /img/statsd.svg
Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"@timestamp": "2023-06-19T05:20:48.498Z",
2+
"@timestamp": "2024-04-15T14:06:01.418Z",
33
"agent": {
4-
"ephemeral_id": "19e6fd95-249c-4433-977e-5b1778a5d94e",
5-
"id": "741b6193-4f1c-4fec-b58c-e038b4ca671b",
4+
"ephemeral_id": "ee629c67-5780-4bfd-83c0-c89a032eba12",
5+
"id": "b2bdd114-8042-4441-bd68-123aee9eca3b",
66
"name": "docker-fleet-agent",
77
"type": "metricbeat",
8-
"version": "8.8.0"
8+
"version": "8.11.0"
99
},
1010
"data_stream": {
1111
"dataset": "statsd_input.statsd",
@@ -16,32 +16,32 @@
1616
"version": "8.0.0"
1717
},
1818
"elastic_agent": {
19-
"id": "741b6193-4f1c-4fec-b58c-e038b4ca671b",
19+
"id": "b2bdd114-8042-4441-bd68-123aee9eca3b",
2020
"snapshot": false,
21-
"version": "8.8.0"
21+
"version": "8.11.0"
2222
},
2323
"event": {
2424
"agent_id_status": "verified",
2525
"dataset": "statsd_input.statsd",
26-
"ingested": "2023-06-19T05:20:49Z",
26+
"ingested": "2024-04-15T14:06:02Z",
2727
"module": "statsd"
2828
},
2929
"host": {
3030
"architecture": "x86_64",
3131
"containerized": true,
3232
"hostname": "docker-fleet-agent",
33-
"id": "e8978f2086c14e13b7a0af9ed0011d19",
33+
"id": "d7fd92f5e61644938d48518adcee73ad",
3434
"ip": [
35-
"192.168.240.7"
35+
"172.25.0.7"
3636
],
3737
"mac": [
38-
"02-42-C0-A8-F0-07"
38+
"02-42-AC-19-00-07"
3939
],
4040
"name": "docker-fleet-agent",
4141
"os": {
4242
"codename": "focal",
4343
"family": "debian",
44-
"kernel": "3.10.0-1160.88.1.el7.x86_64",
44+
"kernel": "3.10.0-1160.102.1.el7.x86_64",
4545
"name": "Ubuntu",
4646
"platform": "ubuntu",
4747
"type": "linux",
@@ -58,25 +58,6 @@
5858
"statsd": {
5959
"python_counter": {
6060
"count": 4
61-
},
62-
"python_gauge_foo": {
63-
"value": 10
64-
},
65-
"python_timer_total": {
66-
"15m_rate": 0.2022160607980413,
67-
"1m_rate": 0.2319822341482707,
68-
"5m_rate": 0.206611418471353,
69-
"count": 4,
70-
"max": 0,
71-
"mean": 0,
72-
"mean_rate": 2.2908631551250593,
73-
"median": 0,
74-
"min": 0,
75-
"p75": 0,
76-
"p95": 0,
77-
"p99": 0,
78-
"p99_9": 0,
79-
"stddev": 0
8061
}
8162
}
8263
}

0 commit comments

Comments
 (0)