Skip to content

Commit

Permalink
update links to attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbirnstiehl committed Jan 12, 2024
1 parent 21385f1 commit 2ed965d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/observability/profiling-self-managed-ops.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Logs are formatted as "key=value" pairs, and {es} and {kib} can automatically pa

A log collector, such as Filebeat, can collect and send logs to {es} for indexing and analysis.
Depending on how it's installed, a Filebeat input of type `journald` (for OS packages), `log` (for binaries), or `container` can be used to process the logs.
Refer to the https://www.elastic.co/guide/en/beats/filebeat/current/configuring-howto-filebeat.html[filebeat documentation] for more information.
Refer to the {filebeat-ref}/configuring-howto-filebeat.html[filebeat documentation] for more information.

[discrete]
[[profiling-self-managed-ops-monitoring-metrics]]
Expand Down
4 changes: 2 additions & 2 deletions docs/en/observability/profiling-self-managed.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ For each platform, find below the steps to deploy this configuration change.
=== ECE

Install the 8.12.0 stackpack or higher.
Refer to https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-elastic-stack.html#ece-manage-elastic-stack[ECE manage elastic stack] for more information.
Refer to {ece-ref}/ece-manage-elastic-stack.html#ece-manage-elastic-stack[ECE manage elastic stack] for more information.

In ECE, you don't need to perform any additional steps to enable the Universal Profiling plugin in Kibana.

Expand All @@ -197,7 +197,7 @@ In ECE, you don't need to perform any additional steps to enable the Universal P
=== Kubernetes

If you're using ECK, add the previous configuration line to the `kibana.k8s.elastic.co/v1` CRD, placing it under the `spec.config` key.
Refer to the https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-kibana-advanced-configuration.html#k8s-kibana-configuration[ECK documentation] for more on configuring {kib}.
Refer to the {eck-ref}/k8s-kibana-advanced-configuration.html#k8s-kibana-configuration[ECK documentation] for more on configuring {kib}.

If you're not using ECK, edit the `secret` or `configMap` holding the `kibana.yml` configuration file.
Add the previously mentioned config line, and then perform a rolling restart of the Kibana deployment to reload the configuration.
Expand Down

0 comments on commit 2ed965d

Please sign in to comment.