mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
Fix typo in TRACING.md
This commit is contained in:
parent
c4bd4d3cbf
commit
259d2e0b1d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ For context, the APM agent pulls configuration from [multiple
|
|||
sources][agent-config], with a hierarchy that means, for example, that options
|
||||
set in the config file cannot be overridden via system properties.
|
||||
|
||||
Now, in order to send tracing data to the APM server, ES needs to configured with
|
||||
Now, in order to send tracing data to the APM server, ES needs to be configured with
|
||||
either a `secret_key` or an `api_key`. We could configure these in the agent via
|
||||
system properties, but then their values would be available to any Java code in
|
||||
Elasticsearch that can read system properties.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue