Skip to content

Commit 744ffee

Browse files
authored
Merge pull request #1067 from crowdsecurity/agents_autodelete-doc
document agents_autodelete in the default suggested configs
2 parents fa7fdbb + b4b3307 commit 744ffee

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ config:
9191
flush:
9292
bouncers_autodelete:
9393
api_key: 1h
94+
agents_autodelete:
95+
login_password: 6h
96+
cert: 6h
9497
```
9598
9699
Acquisition is done by reading logs directly from pods. You select which pods to
@@ -124,7 +127,7 @@ For full configuration options, see the default
124127
[values.yaml](/docs/next/configuration/values_parameters)
125128

126129
:::warning
127-
Pay attention to the `bouncers_autodelete` and `unregister_on_exit` parameters, as they help avoid orphaned resources.
130+
Pay attention to the `bouncers_autodelete`, `agents_autodelete` and `unregister_on_exit` parameters, as they help avoid orphaned resources.
128131
:::
129132

130133
Then, you can install the Security Engine with the following command:

crowdsec-docs/unversioned/tracker_api/threat_context.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ Shows the distribution of targeted organizations by industry sector.
7171
| Value | Description |
7272
|---|---|
7373
| `commerce` | Retail, e-commerce, and commercial businesses |
74+
| `education` | Schools, universities, and educational institutions |
7475
| `financial_services` | Banks, insurance, fintech, financial institutions |
7576
| `government` | Government agencies and public administration |
7677
| `healthcare` | Healthcare providers, hospitals, medical organizations |
78+
| `industry` | Manufacturing, industrial, and production organizations |
79+
| `media` | Media, entertainment, and publishing organizations |
7780
| `non_profit` | Non-profit organizations, NGOs, charities |
81+
| `SOHO` | Small office / home office environments |
7882

7983
```json
8084
"industry_types": {
@@ -97,8 +101,8 @@ Classifies targets by their **technology risk profile** rather than their busine
97101
| Value | Description |
98102
|---|---|
99103
| `critical_infrastructure` | Energy, water, transportation, telecommunications |
100-
| `homelab_and_iot` | Home labs, IoT devices, consumer-grade infrastructure |
101104
| `public_service` | Government services, education, public utilities |
105+
| `SOHO` | Small office / home office environments |
102106
| `technology_business` | Technology-focused businesses, SaaS, software companies |
103107
| `traditional_business` | Non-tech commercial enterprises, manufacturing, logistics |
104108

@@ -108,7 +112,7 @@ Classifies targets by their **technology risk profile** rather than their busine
108112
"traditional_business": 6,
109113
"public_service": 6,
110114
"technology_business": 65,
111-
"homelab_and_iot": 17
115+
"SOHO": 17
112116
}
113117
```
114118

0 commit comments

Comments
 (0)