Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cockroachDB GA #3676

Merged
merged 4 commits into from
Sep 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion packages/cockroachdb/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
ecs:
reference: git@v8.0.0
reference: git@v8.2.0
11 changes: 4 additions & 7 deletions packages/cockroachdb/_dev/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
version: '2.3'
version: '3.2'
services:
cockroachdb:
image: docker.elastic.co/integrations-ci/beats-cockroachdb:${COCKROACHDB_VERSION:-19.1.1}-1
build:
context: ./_meta
args:
COCKROACHDB_VERSION: ${COCKROACHDB_VERSION:-19.1.1}
image: cockroachdb/cockroach:${COCKROACHDB_VERSION:-cockroachDB_22}
command: start-single-node --insecure
ishleenk17 marked this conversation as resolved.
Show resolved Hide resolved
ports:
- 8080
- 8083:8080
4 changes: 4 additions & 0 deletions packages/cockroachdb/_dev/deploy/variants.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
variants:
cockroachDB_22:
COCKROACHDB_VERSION: v22.1.2
default: cockroachDB_22
5 changes: 5 additions & 0 deletions packages/cockroachdb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.0.0"
changes:
- description: Make CockroachDb GA
type: enhancement
link: https://github.com/elastic/integrations/pull/3676
- version: "0.2.3"
changes:
- description: Add link to vendor documentation in readme
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
vars:
hosts:
- http://{{Hostname}}:{{Port}}
data_stream:
vars: ~
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Pipeline for renaming object
processors:
- set:
field: ecs.version
value: "8.0.0"
value: "8.2.0"
- rename:
field: prometheus
target_field: cockroachdb.status
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- name: cockroachdb.status
type: group
release: beta
fields:
- name: labels.*
type: object
Expand Down
1 change: 0 additions & 1 deletion packages/cockroachdb/data_stream/status/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
type: metrics
title: Status
release: beta
streams:
- input: prometheus/metrics
enabled: true
Expand Down
Loading