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

Nginx: Enable TSDB index mode for beta testing #6129

Merged
merged 2 commits into from
May 10, 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
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.12.0-beta"
changes:
- description: Enable TSDB on Nginx for beta testing.
type: enhancement
link: https://github.com/elastic/integrations/pull/6129
- version: "1.11.1"
changes:
- description: Modifed the dimension field mapping to support public cloud deployment.
Expand Down
2 changes: 2 additions & 0 deletions packages/nginx/data_stream/stubstatus/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ streams:
default: /nginx_status
title: Nginx stub status metrics
description: Collect Nginx stub status metrics
elasticsearch:
index_mode: "time_series"
6 changes: 3 additions & 3 deletions packages/nginx/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
format_version: 1.0.0
name: nginx
title: Nginx
version: 1.11.1
version: 1.12.0-beta
license: basic
description: Collect logs and metrics from Nginx HTTP servers with Elastic Agent.
description: Collect logs and metrics from Nginx HTTP servers with Elastic Agent (TSDB Beta).
agithomas marked this conversation as resolved.
Show resolved Hide resolved
type: integration
categories:
- web
- observability
release: ga
conditions:
kibana.version: "^8.5.0"
kibana.version: "^8.8.0"
screenshots:
- src: /img/nginx-metrics-overview.png
title: Nginx metrics overview
Expand Down