File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crowdsec-docs/unversioned/getting_started/installation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ automatically attach to the right pods and feed the logs into the right parsers.
7171<details>
7272 <summary>Why `program` and not `type` ?</summary>
7373
74- In standard standalone setups documentation states that the labels should be
74+ In standard standalone setups, documentation states that the labels should be
7575name `type` with the type being the parsed log program (eg nginx, traefik). A
7676transformation from `type` to `program` is done by the first stage parser
7777` crowdsecurity/syslog-logs` which is not relevant in a Kubernetes context.
7878</details>
7979
8080<details>
81- <summary>How collection fit in kubernetes environment?</summary>
81+ <summary>How collections fit in kubernetes environment?</summary>
8282
8383Collections are "recipes" for understanding logs; they don’t find pods on their
8484own. You choose which pods to read, and you tag those logs with a program (like
You can’t perform that action at this time.
0 commit comments