Skip to content
Merged
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
[cassandra]: migration with yq
  • Loading branch information
shmsr committed Oct 12, 2023
commit 0cc6abb69320320b69dc82c0dc557626b5d30595
4 changes: 2 additions & 2 deletions packages/cassandra/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ format_version: 1.0.0
name: cassandra
title: Cassandra
version: "1.9.2"
license: basic
description: This Elastic integration collects logs and metrics from cassandra.
type: integration
categories:
- datastore
- observability
release: ga
conditions:
kibana.version: "^8.8.0"
elastic:
subscription: basic
screenshots:
- src: /img/[Metrics Cassandra] Overview.png
title: Overview Dashboard
Expand Down