Skip to content
5 changes: 5 additions & 0 deletions packages/statsd_input/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.6.0"
changes:
- description: Update format_version to 3.4.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/14577
- version: "0.5.1"
changes:
- description: Update format_version to make the package visible in Kibana ^9.0.0.
Expand Down
1 change: 1 addition & 0 deletions packages/statsd_input/fields/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
- name: statsd.*.*
description: Default mapping for metric fields. You need to add your own custom mappings when storing other kinds of information.
type: object
object_type: double
4 changes: 2 additions & 2 deletions packages/statsd_input/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 2.9.0
format_version: 3.4.0
name: statsd_input
title: StatsD Input
version: "0.5.1"
version: "0.6.0"
description: StatsD Input Package
type: input
categories:
Expand Down