Skip to content

Commit 1ff2dc0

Browse files
authored
Merge branch 'main' into share-conversations-ai-assistant
2 parents f29b255 + 5985621 commit 1ff2dc0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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
}

solutions/observability/observability-ai-assistant.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ Main functions:
335335
`kibana`
336336
: Call {{kib}} APIs on your behalf.
337337

338+
::::::{important}
339+
:applies_to: self:
340+
For self‑managed deployments, you must configure [`server.publicBaseUrl`](kibana://reference/configuration-reference/general-settings.md#server-publicbaseurl) in your `kibana.yml` to use the `kibana` function.
341+
::::::
342+
338343
`query`
339344
: Generate, execute, and visualize queries based on your request.
340345

0 commit comments

Comments
 (0)