Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ Before you upgrade to 8.0.0., remove these settings from kibana.yml.
To start {kib}, you must enable inline scripting in {es}. For more information, refer to {kibana-pull}113068[#113068].

*Impact* +
Enable link:https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting-security.html[inline scripting].
Enable link:{ref}/modules-scripting-security.html[inline scripting].
====

[discrete]
Expand Down
4 changes: 2 additions & 2 deletions docs/developer/plugin-api-changes/plugin-api-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ initiated a request to the {es} server. To overcome this problem, we introduced

`execution_context` propagates specified metadata from the {kib} browser app
or {kib} server to the {es} server through the `x-opaque-id` header emitted to the
{es} https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-slowlog.html[slow logs].
For details, check the https://www.elastic.co/guide/en/kibana/master/kibana-troubleshooting-trace-query.html[troubleshooting guide].
{es} {ref}/index-modules-slowlog.html[slow logs].
For details, check the <<kibana-troubleshooting-trace-query,troubleshooting guide>>.

The `execution_context` has the following interface:

Expand Down
2 changes: 1 addition & 1 deletion docs/osquery/osquery.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ As an example, the following configuration disables two tables.
The https://github.com/osquery/osquery/releases[Osquery version] available on an Elastic Agent
is associated to the version of Osquery Beat on the Agent.
To get the latest version of Osquery Beat,
https://www.elastic.co/guide/en/fleet/master/upgrade-elastic-agent.html[upgrade your Elastic Agent].
{fleet-guide}/upgrade-elastic-agent.html[upgrade your Elastic Agent].

[float]
=== Debug issues
Expand Down