Skip to content

Commit

Permalink
[DOCS] Fix typo in add_nomad_metadata processor (#33730) (#33794)
Browse files Browse the repository at this point in the history
* [DOCS] Fix typo in add_nomad_metadata processor

* Fix a couple more typos

(cherry picked from commit a106ad2)

Co-authored-by: DeDe Morton <[email protected]>
  • Loading branch information
mergify[bot] and dedemorton authored Nov 23, 2022
1 parent b7df819 commit e717b6c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Each event is annotated with the following information:
* Allocation name, identifier and status.
* Job name and type.
* Namespace where the job is deployed.
* Datacenter and region where the agent runnning the allocation is located.
* Datacenter and region where the agent running the allocation is located.

[source,yaml]
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -47,11 +47,11 @@ agent {
policy = "read"
}
----
`refresh_interval`:: (Optional) Interval used to updated the cached metadata. It
`refresh_interval`:: (Optional) Interval used to update the cached metadata. It
defaults to 30 seconds.
`cleanup_timeout`:: (Optional) After an allocation has been removed, time to
wait before cleaning up their associated resources. This is useful if you expect
to receive events after an allocation has been removed, what can happen when
to receive events after an allocation has been removed, which can happen when
collecting logs. It defaults to 60 seconds.


Expand Down Expand Up @@ -88,7 +88,7 @@ the pods.

Avaliable indexers are:
`allocation_name`:: Identifies allocations by its name and namespace (as
`<namespace>/<name>)
`<namespace>/<name>`)
`allocation_uuid`:: Identifies allocations by its unique identifier.
// Review examples below when new indexers are added with network information.

Expand Down

0 comments on commit e717b6c

Please sign in to comment.