Skip to content

Commit df8a474

Browse files
committed
Grant new xpack field non-operator access
1 parent 5ebef0e commit df8a474

File tree

3 files changed

+4
-2
lines changed
  • docs/changelog
  • x-pack/plugin
    • core/src/main/java/org/elasticsearch/xpack/core
    • security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator

3 files changed

+4
-2
lines changed

docs/changelog/134214.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ pr: 134214
22
summary: "[Downsampling++] Add time series telemetry in xpack usage"
33
area: Downsampling
44
type: enhancement
5-
issues: []
5+
issues:
6+
- 133953

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/XPackField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public final class XPackField {
7575
/** Name constant for the data stream lifecycle feature. */
7676
public static final String DATA_STREAM_LIFECYCLE = "data_lifecycle";
7777
/** Name constant for the time series data streams feature. */
78-
public static final String TIME_SERIES_DATA_STREAMS = "time_series_data_streams";
78+
public static final String TIME_SERIES_DATA_STREAMS = "time_series";
7979
/** Name constant for the data tiers feature. */
8080
public static final String DATA_TIERS = "data_tiers";
8181
/** Name constant for the aggregate_metric plugin. */

x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator/Constants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ public class Constants {
487487
"cluster:monitor/xpack/usage/universal_profiling",
488488
"cluster:monitor/xpack/usage/voting_only",
489489
"cluster:monitor/xpack/usage/watcher",
490+
"cluster:monitor/xpack/usage/time_series",
490491
"cluster:monitor/xpack/watcher/stats/dist",
491492
"cluster:monitor/xpack/watcher/watch/get",
492493
"cluster:monitor/xpack/watcher/watch/query",

0 commit comments

Comments
 (0)