File tree Expand file tree Collapse file tree
x-pack/libbeat/processors/add_nomad_metadata/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -482,11 +482,14 @@ The `nomad` autodiscover provider has the following configuration settings:
482482
483483`namespace`:: (Optional) Namespace to use. If not provided the `default` namespace is used.
484484
485- `secret_id`:: (Optional) SecretID to use if ACL is enabled in Nomad. A minimal
486- ACL policy is:
485+ `secret_id`:: (Optional) SecretID to use if ACL is enabled in Nomad. This is an
486+ example ACL policy to apply to the token.
487487
488488[source,hcl]
489489----
490+ namespace "*" {
491+ policy = "read"
492+ }
490493node {
491494 policy = "read"
492495}
Original file line number Diff line number Diff line change @@ -32,11 +32,14 @@ uses `http://127.0.0.1:4646` by default.
3232in this namespace will be annotated.
3333`region`:: (Optional) Region to watch. If set, only events for allocations in
3434this region will be annotated.
35- `secret_id`:: (Optional) SecretID to use when connecting with the agent API. A
36- minimal ACL policy is:
35+ `secret_id`:: (Optional) SecretID to use when connecting with the agent API.
36+ This is an example ACL policy to apply to the token.
3737
3838[source,hcl]
3939----
40+ namespace "*" {
41+ policy = "read"
42+ }
4043node {
4144 policy = "read"
4245}
You can’t perform that action at this time.
0 commit comments