You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explore-analyze/query-filter.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,4 @@ If you're just getting started with Elasticsearch, try the hands-on [API quickst
24
24
25
25
When querying your data in Kibana, additional options let you filter the results to just the subset you need. Some of these options are common to most Elastic apps. Check [Filtering in Kibana](/explore-analyze/query-filter/filtering.md) for more details on how to recognize and use them in the UI.
Copy file name to clipboardExpand all lines: explore-analyze/query-filter/filtering.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,21 +25,21 @@ Some apps provide more options, such as [Dashboards](../dashboards.md).
25
25
26
26
Display data within a specified time range when your index contains time-based events, and a time-field is configured for the selected [{{data-source}}](../find-and-organize/data-views.md). The default time range is 15 minutes, but you can customize it in [Advanced Settings](https://www.elastic.co/guide/en/kibana/current/advanced-options.html).
***Quick select**. Set a time based on the last or next number of seconds, minutes, hours, or other time unit.
32
32
***Commonly used**. Select a time range from options such as **Last 15 minutes**, **Today**, and **Week to date**.
33
33
***Recently used date ranges**. Use a previously selected data range.
34
34
***Refresh every**. Specify an automatic refresh rate.
35
-
35
+
36
36
:::{image} ../../images/kibana-time-filter.png
37
37
:alt: Time filter menu
38
38
:width: 300px
39
39
:::
40
40
41
41
3. To set start and end times, click the bar next to the time filter. In the popup, select **Absolute**, **Relative** or **Now**, then specify the required options.
42
-
42
+
43
43
:::{image} ../../images/kibana-time-relative.png
44
44
:alt: Time filter showing relative time
45
45
:width: 350px
@@ -55,4 +55,4 @@ To manually resubmit a search, click the **Refresh** button. This is useful when
55
55
56
56
Structured filters are a more interactive way to create {{es}} queries, and are commonly used when building dashboards that are shared by multiple analysts. Each filter can be disabled, inverted, or pinned across all apps. Each of the structured filters is combined with AND logic on the rest of the query.
Copy file name to clipboardExpand all lines: explore-analyze/query-filter/languages/querydsl.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ $$$relevance-scores$$$
28
28
29
29
**Query DSL** is a full-featured JSON-style query language that enables complex searching, filtering, and aggregations. It is the original and most powerful query language for {{es}} today.
30
30
31
-
The [`_search` endpoint](/solutions/search/querying-for-search-searching-with-the-search-api.md) accepts queries written in Query DSL syntax.
31
+
The [`_search` endpoint](../../../solutions/search/querying-for-search.md) accepts queries written in Query DSL syntax.
32
32
33
33
34
34
### Search and filter with Query DSL [search-analyze-query-dsl-search-filter]
Copy file name to clipboardExpand all lines: solutions/observability/cloud/monitor-microsoft-azure-openai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -486,4 +486,4 @@ Now that you know how to find and visualize your Azure OpenAI logs and metrics,
486
486
487
487
***Alerts**: Create threshold rules to notify you when your metrics or logs reach or exceed a specified value: Refer to [Metric threshold](../incident-management/create-metric-threshold-rule.md) and [Log threshold](../incident-management/create-log-threshold-rule.md) for more on setting up alerts.
488
488
***SLOs**: Set measurable targets for your Azure OpenAI service performance based on your metrics. Once defined, you can monitor your SLOs with dashboards and alerts and track their progress against your targets over time. Refer to [Service-level objectives (SLOs)](../incident-management/service-level-objectives-slos.md) for more on setting up and tracking SLOs.
489
-
***Machine learning (ML) jobs**: Set up ML jobs to find anomalous events and patterns in your Azure OpenAI data. Refer to [Finding anomalies](../../../explore-analyze/machine-learning/anomaly-detection/ml-ad-finding-anomalies.md) for more on setting up ML jobs.
489
+
***Machine learning (ML) jobs**: Set up ML jobs to find anomalous events and patterns in your Azure OpenAI data. Refer to [Finding anomalies](../../../explore-analyze/machine-learning/anomaly-detection/ml-ad-finding-anomalies.md) for more on setting up ML jobs.
0 commit comments