open-nomad/website/content/docs
Piotr Kazmierczak 077b6e7098
docs: Update upgrade guide to reflect enterprise changes introduced in nomad-enterprise (#14212)
This PR documents a change made in the enterprise version of nomad that addresses the following issue:

When a user tries to filter audit logs, they do so with a stanza that looks like the following:

audit {
  enabled = true

  filter "remove deletes" {
    type = "HTTPEvent"
    endpoints  = ["*"]
    stages = ["OperationComplete"]
    operations = ["DELETE"]
  }
}

When specifying both an "endpoint" and a "stage", the events with both matching a "endpoint" AND a matching "stage" will be filtered.

When specifying both an "endpoint" and an "operation" the events with both matching a "endpoint" AND a matching "operation" will be filtered.

When specifying both a "stage" and an "operation" the events with a matching a "stage" OR a matching "operation" will be filtered.

The "OR" logic with stages and operations is unexpected and doesn't allow customers to get specific on which events they want to filter. For instance the following use-case is impossible to achieve: "I want to filter out all OperationReceived events that have the DELETE verb".
2022-08-24 16:31:49 +02:00
..
commands allow ACL policies to be associated with workload identity (#14140) 2022-08-22 16:41:21 -04:00
concepts docs: fix an anchor link in secure vars docs (#14231) 2022-08-23 10:46:24 -04:00
configuration Add Nomad RetryConfig to agent template config (#13907) 2022-08-03 16:56:30 -04:00
devices feat(website): extract /plugins /tools docs (#11584) 2021-12-09 14:25:18 -05:00
drivers docker: create a docker task config setting for disable built-in healthcheck 2022-08-11 10:33:48 -05:00
enterprise word typo digestible (#13772) 2022-07-19 09:00:52 +02:00
install Add firewall statement to requirements (#11106) 2021-08-31 10:29:33 -04:00
integrations doc: explain permissions for Vault sys/capabilties-self 2022-07-06 10:01:30 -04:00
job-specification Merge pull request #14215 from hashicorp/docs-update-checks-for-nsd 2022-08-23 09:23:53 -05:00
nomad-vs-kubernetes Update supplement.mdx with the right GitHub spelling (#13326) 2022-06-10 11:46:19 +02:00
operations Sweep of docs for repeated words; minor edits (#14032) 2022-08-05 16:45:30 -04:00
other-specifications secure vars: filter by path in List RPCs (#14036) 2022-08-15 11:38:20 -04:00
runtime docs: rename Internals to Concepts (#13696) 2022-07-11 16:55:33 -04:00
upgrade docs: Update upgrade guide to reflect enterprise changes introduced in nomad-enterprise (#14212) 2022-08-24 16:31:49 +02:00
ecosystem.mdx docs: rename Internals to Concepts (#13696) 2022-07-11 16:55:33 -04:00
faq.mdx docs: rename Internals to Concepts (#13696) 2022-07-11 16:55:33 -04:00
index.mdx Adding link to interview form 2022-02-14 12:38:26 -08:00
partnerships.mdx docs: rename Internals to Concepts (#13696) 2022-07-11 16:55:33 -04:00
schedulers.mdx docs: rename Internals to Concepts (#13696) 2022-07-11 16:55:33 -04:00
who-uses-nomad.mdx Lob.com uses Nomad too! (#13295) 2022-06-21 09:10:08 -04:00