Update discovery-ec2 docs (#43693)
Fix `discovery.ec2.tag.TAGNAME` example with the correct parameter.
This commit is contained in:
parent
51f0e941d3
commit
eace735d24
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue