Skip to content

Commit

Permalink
docs: Add ancestors and ancestor filter information
Browse files Browse the repository at this point in the history
Add information about ancestors, ancestor filter and ancestors related metrics to documentation.

Signed-off-by: t0x01 <[email protected]>
  • Loading branch information
t0x01 committed Sep 19, 2024
1 parent 5f4dd5a commit e2e9ea1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
6 changes: 6 additions & 0 deletions api/v1/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/content/en/docs/concepts/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ flags, or environment variables.
| `policy_names` | Filter events by tracing policy names. |
| `capabilities` | Filter events by Linux process capability. |
| `parent_binary_regex` | Filter process events by a list of regular expressions of parent process binary names (e.g. `"^/home/kubernetes/bin/kubelet$"`). You can find the full syntax [here](https://github.com/google/re2/wiki/Syntax). |
| `ancestor_binary_regex` | Filter process events by a list of regular expressions of ancestor processes' binary names (e.g. `"^/home/kubernetes/bin/kubelet$"`). You can find the full syntax [here](https://github.com/google/re2/wiki/Syntax). |

#### Field Filtering

Expand Down
6 changes: 6 additions & 0 deletions docs/content/en/docs/reference/grpc-api.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/content/en/docs/reference/metrics.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/data/tetragon_flags.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/configuration/tetragon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ debug: false
disable-kprobe-multi: false
enable-export-aggregation: false
enable-k8s-api: false
enable-process-ancestors: true
enable-process-ancestors: false
enable-process-cred: false
enable-process-ns: false
event-queue-size: 10000
Expand Down

0 comments on commit e2e9ea1

Please sign in to comment.