Skip to content

Commit c35d139

Browse files
committed
fix: Correct Elasticsearch index field
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
1 parent 4c95c44 commit c35d139

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

content/docs/2.10/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ triggers:
3232
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3333
- `username` - Username to authenticate with to Elasticsearch cluster.
3434
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
35-
- `index` - Comma separated list of indexes to run the search template query on.
35+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3636
- `searchTemplateName` - The search template name to run.
3737
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3838
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
39-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
39+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4040
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4141
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4242

content/docs/2.11/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ triggers:
3232
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3333
- `username` - Username to authenticate with to Elasticsearch cluster.
3434
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
35-
- `index` - Comma separated list of indexes to run the search template query on.
35+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3636
- `searchTemplateName` - The search template name to run.
3737
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3838
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
39-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
39+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4040
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4141
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4242

content/docs/2.12/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ triggers:
3232
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3333
- `username` - Username to authenticate with to Elasticsearch cluster.
3434
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
35-
- `index` - Comma separated list of indexes to run the search template query on.
35+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3636
- `searchTemplateName` - The search template name to run.
3737
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3838
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
39-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
39+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4040
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4141
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4242

content/docs/2.13/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ triggers:
3232
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3333
- `username` - Username to authenticate with to Elasticsearch cluster.
3434
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
35-
- `index` - Comma separated list of indexes to run the search template query on.
35+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3636
- `searchTemplateName` - The search template name to run.
3737
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3838
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
39-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
39+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4040
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4141
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4242

content/docs/2.14/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ triggers:
3333
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3434
- `username` - Username to authenticate with to Elasticsearch cluster.
3535
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
36-
- `index` - Comma separated list of indexes to run the search template query on.
36+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3737
- `searchTemplateName` - The search template name to run.
3838
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3939
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
40-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
40+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4141
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4242
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4343

content/docs/2.15/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ triggers:
3333
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3434
- `username` - Username to authenticate with to Elasticsearch cluster.
3535
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
36-
- `index` - Comma separated list of indexes to run the search template query on.
36+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3737
- `searchTemplateName` - The search template name to run.
3838
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3939
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
40-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
40+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4141
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4242
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4343

content/docs/2.16/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ triggers:
3333
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3434
- `username` - Username to authenticate with to Elasticsearch cluster.
3535
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
36-
- `index` - Comma separated list of indexes to run the search template query on.
36+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3737
- `searchTemplateName` - The search template name to run.
3838
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3939
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
40-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
40+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4141
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4242
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4343

content/docs/2.5/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ triggers:
3131
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3232
- `username` - Username to authenticate with to Elasticsearch cluster.
3333
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
34-
- `index` - Comma separated list of indexes to run the search template query on.
34+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3535
- `searchTemplateName` - The search template name to run.
3636
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0.
37-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
37+
- `parameters` - Parameters that will be used by the search template. It supports multiples param separated by a semicolon character ( `;` ).
3838
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
3939
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4040

content/docs/2.6/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ triggers:
3131
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3232
- `username` - Username to authenticate with to Elasticsearch cluster.
3333
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
34-
- `index` - Comma separated list of indexes to run the search template query on.
34+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3535
- `searchTemplateName` - The search template name to run.
3636
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0.
37-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
37+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
3838
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
3939
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4040

content/docs/2.7/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ triggers:
3131
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3232
- `username` - Username to authenticate with to Elasticsearch cluster.
3333
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
34-
- `index` - Comma separated list of indexes to run the search template query on.
34+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3535
- `searchTemplateName` - The search template name to run.
3636
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0.
37-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
37+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
3838
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
3939
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4040

content/docs/2.8/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ triggers:
3232
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3333
- `username` - Username to authenticate with to Elasticsearch cluster.
3434
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
35-
- `index` - Comma separated list of indexes to run the search template query on.
35+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3636
- `searchTemplateName` - The search template name to run.
3737
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3838
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
39-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
39+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4040
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4141
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4242

content/docs/2.9/scalers/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ triggers:
3232
- `addresses` - Comma separated list of hosts and ports of the Elasticsearch cluster client nodes.
3333
- `username` - Username to authenticate with to Elasticsearch cluster.
3434
- `passwordFromEnv` - Environment variable to read the authentication password from to authenticate with the Elasticsearch cluster.
35-
- `index` - Comma separated list of indexes to run the search template query on.
35+
- `index` - Index to run the search template query on. It supports multiple indexes separated by a semicolon character ( `;` ).
3636
- `searchTemplateName` - The search template name to run.
3737
- `targetValue` - Target value to scale on. When the metric provided by the API is equal or higher to this value, KEDA will start scaling out. When the metric is 0 or less, KEDA will scale down to 0. (This value can be a float)
3838
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional, This value can be a float)
39-
- `parameters` - Parameters that will be used by the search template. It supports multiples params separated by a semicolon character ( `;` ).
39+
- `parameters` - Parameters that will be used by the search template. It supports multiple params separated by a semicolon character ( `;` ).
4040
- `valueLocation` - [GJSON path notation](https://github.com/tidwall/gjson#path-syntax) to refer to the field in the payload containing the metric value.
4141
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
4242

0 commit comments

Comments
 (0)