Skip to content

Commit

Permalink
Update docs/events/timeline-ui-overview.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nastasha-solomon authored Jan 9, 2024
1 parent bf27e88 commit 19844c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/events/timeline-ui-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This query does the following:
** Then, the query limits the output to the top 10 results.
** Finally, it keeps the default `@timestamp`, `message`, `event.category`, `event.action`, `host.name`, `source.ip`, `destination.ip`, and `user.name` Timeline fields in the output.
+
TIP: When querying large indices (for example, `logs-*`), performance can be impacted by the number of fields being returned in the output. If your query is taking a long time to complete, try using the {ref}/esql-commands.html#esql-keep[`KEEP`] command and specifying the fields you want returned. For example, add the clause `KEEP @timestamp, user.name` to the end of your query to specify that you only want the `@timestamp` and `user.name` fields returned.
TIP: When querying indices that tend to be large (for example, `logs-*`), performance can be impacted by the number of fields being returned in the output. To optimize performance, we recommend using the {ref}/esql-commands.html#esql-keep[`KEEP`] command to specify fields that you want returned. For example, add the clause `KEEP @timestamp, user.name` to the end of your query to specify that you only want the `@timestamp` and `user.name` fields returned.

NOTE: An error message displays when the query bar is empty.

Expand Down

0 comments on commit 19844c2

Please sign in to comment.