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

Enabling GA release for time_series index.mode #6332

Merged
merged 6 commits into from
May 29, 2023
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/kubernetes/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kubernetes integration

This integration is used to collect logs and metrics from
[Kubernetes clusters](https://kubernetes.io/).
[Kubernetes clusters](https://kubernetes.io/). Time series [index mode](https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html) enabled for metrics data streams.

| |
| ------------- |
Expand Down
5 changes: 5 additions & 0 deletions packages/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.41.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind clarifying what is the naming progression convention for versions? I was under the impression that after 1.40.0-beta you would create 1.40.0.

FYI @gizas

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question.. however since there was a discussion(offline) to whether increase major version for this. Lets at-least stick with a minor version increase for now.

Copy link
Contributor

@gsantoro gsantoro May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have now merged a couple of changes into the kubernetes package.

I now resolved those conflicts for you in this PR. I hope that's ok with you

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that's added as non beta.. hoping that's ok since this PR should follow right after it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding from this comment is that adding a non-beta version after a beta is ok. I'm not sure still what happens with beta versions or what's the naming convention for following beta versions.

changes:
- description: Enable time series data streams for the metrics datasets. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html
type: enhancement
link: https://github.com/elastic/integrations/pull/6332
- version: "1.40.0"
changes:
- description: Fix system tests for kubernetes integration for k8s v1.27.0
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kubernetes integration

This integration is used to collect logs and metrics from
[Kubernetes clusters](https://kubernetes.io/).
[Kubernetes clusters](https://kubernetes.io/). Time series [index mode](https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html) enabled for metrics data streams.

| |
| ------------- |
Expand Down
4 changes: 2 additions & 2 deletions packages/kubernetes/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
format_version: 1.0.0
name: kubernetes
title: Kubernetes
version: 1.40.0
version: 1.41.0
license: basic
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent (TSDB Beta).
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
categories:
- observability
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nginx Integration

The Nginx integration allows you to monitor [Nginx](https://nginx.org/) servers.
The Nginx integration allows you to monitor [Nginx](https://nginx.org/) servers. Time series [index mode](https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html) enabled for metrics data stream.

Use the Nginx integration to collect metrics and logs from your server.
Then visualize that data in Kibana, use the Machine Learning app to find unusual activity in HTTP access logs,
Expand Down
5 changes: 5 additions & 0 deletions packages/nginx/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.15.0"
changes:
- description: Enable time series data streams for the metrics datasets. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html
type: enhancement
link: https://github.com/elastic/integrations/pull/6332
- version: "1.14.1-beta"
changes:
- description: Add beta flag
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nginx Integration

The Nginx integration allows you to monitor [Nginx](https://nginx.org/) servers.
The Nginx integration allows you to monitor [Nginx](https://nginx.org/) servers. Time series [index mode](https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html) enabled for metrics data stream.

Use the Nginx integration to collect metrics and logs from your server.
Then visualize that data in Kibana, use the Machine Learning app to find unusual activity in HTTP access logs,
Expand Down
4 changes: 2 additions & 2 deletions packages/nginx/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
format_version: 1.0.0
name: nginx
title: Nginx
version: "1.14.1-beta"
version: "1.15.0"
license: basic
description: Collect logs and metrics from Nginx HTTP servers with Elastic Agent (TSDB Beta).
description: Collect logs and metrics from Nginx HTTP servers with Elastic Agent.
type: integration
categories:
- web
Expand Down