Skip to content

Commit 2794015

Browse files
authored
Merge branch 'main' into lcawl-patch-1
2 parents d8d99a3 + ca9763b commit 2794015

File tree

70 files changed

+476
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+476
-127
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ AGENTS.md
1212
.github/instructions/**.instructions.md
1313
CLAUDE.md
1414
GEMINI.md
15-
.cursor
15+
.cursor
16+
17+
# VS code settings
18+
.vscode

deploy-manage/deploy/cloud-on-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ECK is compatible with the following Kubernetes distributions and related techno
7777

7878
:::{tab-item} ECK 3.2
7979
* Kubernetes 1.30-1.34
80-
* OpenShift 4.15-4.19
80+
* OpenShift 4.15-4.20
8181
* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)
8282
* Helm: {{eck_helm_minimum_version}}+
8383
:::

deploy-manage/deploy/deployment-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more details about feature availability in Serverless, check [](elastic-clou
1818

1919
| Feature/capability | Self-managed | {{ech}} | Serverless |
2020
|-------------------|-------------|--------------------------------|-------------------------|
21-
| Hosting | Any infrastructure | {{ecloud}} through AWS, Azure, or GCP | {{ecloud}} through AWS or Azure |
21+
| Hosting | Any infrastructure | {{ecloud}} through AWS, Azure, or GCP | {{ecloud}} through AWS, Azure, or GCP |
2222
| Hardware configuration | Full control | Limited control | Managed by Elastic |
2323
| Autoscaling | No | Available | Automatic |
2424
| Data tiers management | Through ILM policies | Available | No data tiers |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:::{dropdown} Advanced settings
2+
Several advanced options allow you to refine the behavior of the breakdown:
3+
4+
- **Include documents without the selected field**: Off by default.
5+
- **Group remaining values as "Other"**: On by default.
6+
- **Enable accuracy mode**: This option improves results for high-cardinality data, but increases the load on the {{es}} cluster.
7+
- **Include values**: Values from the breakdown dimension to always show a tile for.
8+
- **Exclude values**: Values from the breakdown dimension to always exclude from the displayed tiles.
9+
:::
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:::{dropdown} Advanced settings
2+
Depending on the data you defined, several options allow you to apply additional filtering to the data taken into account to compute the metric's value:
3+
4+
- **Normalize by unit**: Normalize the metric values to show per unit of time.
5+
- **Filter by**: Specify a query.
6+
- **Reduced time range**: Reduce the time range specified on the dashboard's time filter by the specified duration.
7+
- **Time shift**: Shift the time range by the specified duration. This is useful if the value should use a different time range than the one selected on the dashboard.
8+
- **Hide zero values**: Don't show values equal to zero. This option is on by default.
9+
:::

explore-analyze/alerts-cases/watcher/input-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ For example, the following snippet uses templates to specify what index to query
142142
"host" : "host.domain",
143143
"port" : 9200,
144144
"path" : "/{{ctx.watch_id}}/_search",
145-
"body" : "{\"query\" : {\"range\": {\"@timestamp\" : {\"from\": \"{{ctx.trigger.triggered_time}}||-5m\",\"to\": \"{{ctx.trigger.triggered_time}}\"}}}}"
145+
"body" : "{\"query\" : {\"range\": {\"@timestamp\" : {\"gte\": \"{{ctx.trigger.triggered_time}}||-5m\",\"lte\": \"{{ctx.trigger.triggered_time}}\"}}}}"
146146
}
147147
}
148148
}
181 KB
Loading
361 KB
Loading
155 KB
Loading
38.9 KB
Loading

0 commit comments

Comments
 (0)