Skip to content

Commit

Permalink
Fix for data loss
Browse files Browse the repository at this point in the history
  • Loading branch information
agithomas committed Feb 20, 2023
1 parent a8f9804 commit e9722ce
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/influxdb/data_stream/advstatus/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
- name: labels
type: group
fields:
- name: id
type: keyword
dimension: true
- name: job
type: keyword
description: Type of the job
Expand Down
5 changes: 5 additions & 0 deletions packages/influxdb/data_stream/advstatus/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ streams:
type: text
title: Period
default: 60s

elasticsearch:
index_template:
settings:
index.mapping.dimension_fields.limit: 48
6 changes: 3 additions & 3 deletions packages/influxdb/data_stream/status/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
- name: label
type: group
fields:
# - name: id
# type: keyword
# dimension: true
- name: id
type: keyword
dimension: true
- name: job
type: keyword
description: Type of the job
Expand Down
2 changes: 2 additions & 0 deletions packages/influxdb/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Status metrics include details of memory usage, OS thread usage, query statistic
| influxdb.status.label.compiler_type | Type of the compiler | keyword | | |
| influxdb.status.label.engine | TSDB storage engine | keyword | | |
| influxdb.status.label.handler | Request handler. | keyword | | |
| influxdb.status.label.id | | keyword | | |
| influxdb.status.label.job | Type of the job | keyword | | |
| influxdb.status.label.method | Type of service operation | keyword | | |
| influxdb.status.label.op | Extended information related to various operations | keyword | | |
Expand Down Expand Up @@ -268,6 +269,7 @@ Advanced status metric include details of query execution statistics, compaction
| influxdb.advstatus.labels.compiler_type | Type of the compiler | keyword |
| influxdb.advstatus.labels.engine | TSDB storage engine | keyword |
| influxdb.advstatus.labels.handler | Request handler. | keyword |
| influxdb.advstatus.labels.id | | keyword |
| influxdb.advstatus.labels.job | Type of the job | keyword |
| influxdb.advstatus.labels.method | Type of service operation | keyword |
| influxdb.advstatus.labels.op | Extended information related to various operations | keyword |
Expand Down

0 comments on commit e9722ce

Please sign in to comment.