Browse Source

Update discovery-ec2 docs (#43693)

Fix `discovery.ec2.tag.TAGNAME` example with the correct parameter.
surprisingb 6 years ago
parent
commit
73763cafab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/plugins/discovery-ec2.asciidoc

+ 2 - 2
docs/plugins/discovery-ec2.asciidoc

@@ -181,8 +181,8 @@ discovery. For instance, the following settings will only use nodes with a
 
 [source,yaml]
 ----
-discovery.ec2.tags.role: master
-discovery.ec2.tags.environment: dev,staging
+discovery.ec2.tag.role: master
+discovery.ec2.tag.environment: dev,staging
 ----
 
 NOTE: The names of tags used for discovery may only contain ASCII letters,