Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
b909cc5
[activemq]: migration with yq
shmsr Oct 11, 2023
b16b5b3
[airflow]: migration with yq
shmsr Oct 11, 2023
48ff78f
[apache]: migration with yq
shmsr Oct 11, 2023
264e1bd
[apache_spark]: migration with yq
shmsr Oct 11, 2023
0cc6abb
[cassandra]: migration with yq
shmsr Oct 11, 2023
079d4c2
[cockroachdb]: migration with yq
shmsr Oct 11, 2023
82f1cee
[couchbase]: migration with yq
shmsr Oct 11, 2023
1d94721
[couchdb]: migration with yq
shmsr Oct 11, 2023
a1a8b01
[etcd]: migration with yq
shmsr Oct 11, 2023
b7aad09
[activemq] - removed dotted YAML keys from manifest
shmsr Oct 11, 2023
ca95568
[apache_spark] - removed dotted YAML keys from manifest
shmsr Oct 11, 2023
c0bb399
[apache_tomcat] - removed dotted YAML keys from manifest
shmsr Oct 11, 2023
4e56a84
[cassandra] - removed dotted YAML keys from manifest
shmsr Oct 11, 2023
11c1b97
[couchdb] - removed dotted YAML keys from manifest
shmsr Oct 11, 2023
d1eca9b
[airflow] - removed dotted YAML keys from manifest
shmsr Oct 12, 2023
958c974
[azure_functions] - removed dotted YAML keys from manifest
shmsr Oct 12, 2023
7475ef9
[ceph] - removed dotted YAML keys from manifest
shmsr Oct 12, 2023
9f3ebda
[cockroachdb] - removed dotted YAML keys from manifest
shmsr Oct 12, 2023
c664f18
[coredns] - removed dotted YAML keys from manifest
shmsr Oct 12, 2023
3062b70
[couchbase]: migration with yq
shmsr Oct 12, 2023
75e0ffe
[couchbase] - removed dotted YAML keys from manifest
shmsr Oct 12, 2023
95c1151
[etcd] - removed dotted YAML keys from manifest
shmsr Oct 12, 2023
bf0c44e
Add validation.yml
shmsr Oct 12, 2023
b61f518
Set correct PR number in changelog
shmsr Oct 12, 2023
8d0dd55
Revert "[apache]: migration with yq"
shmsr Oct 12, 2023
30b6a67
[apache_spark]: normalize fields
shmsr Oct 12, 2023
375475e
[cassandra]: normalize fields
shmsr Oct 12, 2023
834f77d
[apache_spark]: fix formatting to make ci happy
shmsr Oct 12, 2023
bb567c7
[cassandra]: fix formatting to make ci happy
shmsr Oct 12, 2023
7ffb828
Format packages and quote fields where necessary
shmsr Oct 12, 2023
80470c1
[couchbase]: s/metrics_type/metric_type
shmsr Oct 12, 2023
d7380dc
[airflow]: remove duplicates from agent.yml instead of ecs.yml
shmsr Oct 12, 2023
b3f91e5
[cockroachdb]: remove duplicates from agent.yml instead of ecs.yml
shmsr Oct 12, 2023
769e5f6
revert changes for packages for which v3 migration failed
shmsr Oct 12, 2023
2018c88
Format packages and quote fields where necessary
shmsr Oct 12, 2023
fddd083
Merge branch 'main' into migrate-infraobs-ps-v3-batch-1-serverless
shmsr Oct 12, 2023
dcd7757
Fix inconsistency w/ elastic-build
shmsr Oct 12, 2023
10973a1
quote fields where necessary
shmsr Oct 16, 2023
b689df1
Move container.labels to ecs.yml
shmsr Oct 16, 2023
3e586a8
Change type from object to unsinged_long
shmsr Oct 16, 2023
7782e02
[ceph]: Explicit mapping for state.count and state.state_name
shmsr Oct 16, 2023
d1d9fd0
Merge branch 'main' into migrate-infraobs-ps-v3-batch-1-serverless
shmsr Oct 16, 2023
3829cd6
[apache_spark]: migration with yq
shmsr Oct 16, 2023
87f32a7
[apache_spark]: pass elastic-packge test static
shmsr Oct 16, 2023
d464dcb
[apache_spark]: format
shmsr Oct 16, 2023
b2f9b8c
[apache_spark]: format
shmsr Oct 16, 2023
6fdcc5d
Make event.type's value formatting consistent
shmsr Oct 17, 2023
b8b7c0b
Merge branch 'main' into migrate-infraobs-ps-v3-batch-1-serverless
shmsr Oct 17, 2023
0c30a24
Change type from nested to group
shmsr Oct 17, 2023
3869925
Change type from unsigned_long to long
shmsr Oct 17, 2023
5ca725b
Quote index.mapping.dimension_fields.limit to avoid getting changed b…
shmsr Oct 17, 2023
155a5fa
Revert "Quote index.mapping.dimension_fields.limit to avoid getting c…
shmsr Oct 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[cockroachdb] - removed dotted YAML keys from manifest
The format_version in the package manifest changed from 1.0.0 to 3.0.0. Removed
dotted YAML keys from package manifest. Added 'owner.type: elastic' to package
manifest.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -skip-format -fix-dotted-yaml-keys -add-owner-type packages/cockroachdb
  • Loading branch information
shmsr committed Oct 12, 2023
commit 9f3ebdadcec51ebd93d0d3267ae6723f1483516a
6 changes: 5 additions & 1 deletion packages/cockroachdb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: 1.7.0
changes:
- description: Update the package format_version to 3.0.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/{{ PULL_REQUEST_NUMBER }}
- version: "1.6.0"
changes:
- description: Enable time series data streams for the metrics datasets. This dramatically reduces storage for metrics and is expected to progressively improve query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
Expand Down Expand Up @@ -68,7 +73,6 @@
- description: Update to ECS 8.0
type: enhancement
link: https://github.com/elastic/integrations/pull/2484
# newer versions go on top
- version: "0.2.0"
changes:
- description: Support Kibana 8.0
Expand Down
6 changes: 0 additions & 6 deletions packages/cockroachdb/data_stream/status/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
dimension: true
- name: service.type
external: ecs
- name: container.id
external: ecs
- name: container.name
external: ecs
- name: container.runtime
external: ecs
- name: container.image.name
external: ecs
- name: host
external: ecs
5 changes: 4 additions & 1 deletion packages/cockroachdb/data_stream/status/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ elasticsearch:
index_mode: "time_series"
index_template:
settings:
index.mapping.dimension_fields.limit: 32
index:
mapping:
dimension_fields:
limit: 32
8 changes: 5 additions & 3 deletions packages/cockroachdb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cockroachdb
title: CockroachDB Metrics
version: "1.6.0"
version: "1.7.0"
description: Collect metrics from CockroachDB servers with Elastic Agent.
type: integration
icons:
Expand All @@ -13,12 +13,13 @@ screenshots:
title: CockroachDB metrics overview
size: 5120x2562
type: image/png
format_version: 1.0.0
format_version: "3.0.0"
categories:
- observability
- datastore
conditions:
kibana.version: "^8.9.0"
kibana:
version: "^8.9.0"
elastic:
subscription: basic
vars:
Expand Down Expand Up @@ -53,3 +54,4 @@ policy_templates:
type: image/png
owner:
github: elastic/obs-infraobs-integrations
type: elastic