Skip to content

Commit

Permalink
Revert "[O11y][StatsD Input] Update to Kibana 8.11 for beats fixes (#…
Browse files Browse the repository at this point in the history
…9596)"

This reverts commit b162585.
  • Loading branch information
ali786XI authored Apr 16, 2024
1 parent 1344385 commit 29c4150
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ vars:
listen_port: 8125
data_stream.dataset: statsd_input.statsd
assert:
hit_count: 6
hit_count: 3
5 changes: 0 additions & 5 deletions packages/statsd_input/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# newer versions go on top
- version: "0.3.0"
changes:
- description: Update to Kibana 8.11 to support enhanced statsd implementation, and fix system test cases.
type: enhancement
link: https://github.com/elastic/integrations/pull/9596
- version: "0.2.3"
changes:
- description: Improve documentation for the package.
Expand Down
4 changes: 2 additions & 2 deletions packages/statsd_input/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
format_version: 2.0.0
name: statsd_input
title: StatsD Input
version: "0.3.0"
version: "0.2.3"
description: StatsD Input Package
type: input
categories:
- observability
conditions:
kibana.version: "^8.11.0"
kibana.version: "^8.8.0"
elastic.subscription: "basic"
icons:
- src: /img/statsd.svg
Expand Down
41 changes: 30 additions & 11 deletions packages/statsd_input/sample_event.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"@timestamp": "2024-04-15T14:06:01.418Z",
"@timestamp": "2023-06-19T05:20:48.498Z",
"agent": {
"ephemeral_id": "ee629c67-5780-4bfd-83c0-c89a032eba12",
"id": "b2bdd114-8042-4441-bd68-123aee9eca3b",
"ephemeral_id": "19e6fd95-249c-4433-977e-5b1778a5d94e",
"id": "741b6193-4f1c-4fec-b58c-e038b4ca671b",
"name": "docker-fleet-agent",
"type": "metricbeat",
"version": "8.11.0"
"version": "8.8.0"
},
"data_stream": {
"dataset": "statsd_input.statsd",
Expand All @@ -16,32 +16,32 @@
"version": "8.0.0"
},
"elastic_agent": {
"id": "b2bdd114-8042-4441-bd68-123aee9eca3b",
"id": "741b6193-4f1c-4fec-b58c-e038b4ca671b",
"snapshot": false,
"version": "8.11.0"
"version": "8.8.0"
},
"event": {
"agent_id_status": "verified",
"dataset": "statsd_input.statsd",
"ingested": "2024-04-15T14:06:02Z",
"ingested": "2023-06-19T05:20:49Z",
"module": "statsd"
},
"host": {
"architecture": "x86_64",
"containerized": true,
"hostname": "docker-fleet-agent",
"id": "d7fd92f5e61644938d48518adcee73ad",
"id": "e8978f2086c14e13b7a0af9ed0011d19",
"ip": [
"172.25.0.7"
"192.168.240.7"
],
"mac": [
"02-42-AC-19-00-07"
"02-42-C0-A8-F0-07"
],
"name": "docker-fleet-agent",
"os": {
"codename": "focal",
"family": "debian",
"kernel": "3.10.0-1160.102.1.el7.x86_64",
"kernel": "3.10.0-1160.88.1.el7.x86_64",
"name": "Ubuntu",
"platform": "ubuntu",
"type": "linux",
Expand All @@ -58,6 +58,25 @@
"statsd": {
"python_counter": {
"count": 4
},
"python_gauge_foo": {
"value": 10
},
"python_timer_total": {
"15m_rate": 0.2022160607980413,
"1m_rate": 0.2319822341482707,
"5m_rate": 0.206611418471353,
"count": 4,
"max": 0,
"mean": 0,
"mean_rate": 2.2908631551250593,
"median": 0,
"min": 0,
"p75": 0,
"p95": 0,
"p99": 0,
"p99_9": 0,
"stddev": 0
}
}
}

0 comments on commit 29c4150

Please sign in to comment.