Skip to content

Commit 0a3f7d4

Browse files
authored
Update Falco README (DataDog#20691)
* replace URL with placeholder and add note to clarify it should be updated per site * change example to us3
1 parent b40c9eb commit 0a3f7d4

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

falco/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ After configuration, verify that Falco metrics are being ingested by Datadog. Yo
7171
json_output: true
7272
http_output:
7373
enabled: true
74-
url: <DATADOG_WEBHOOK_URL> # such as https://http-intake.logs.datadoghq.com/api/v2/logs?dd-api-key=<DD_API_KEY>&ddsource=falco
74+
url: <DATADOG_WEBHOOK_URL>
7575
```
76+
77+
**Note:** Replace `<DATADOG_WEBHOOK_URL>` with the correct intake URL for your [Datadog site][7], such as `https://http-intake.logs.us3.datadoghq.com/api/v2/logs?dd-api-key=<dd-api-key>&ddsource=falco` for US3.
7678

7779
- Restart the Falco using below command:
7880

@@ -85,11 +87,13 @@ After configuration, verify that Falco metrics are being ingested by Datadog. Yo
8587
```bash
8688
helm upgrade -i falco falcosecurity/falco \
8789
--set falco.http_output.enabled=true \
88-
--set falco.http_output.url="https://http-intake.logs.datadoghq.com/api/v2/logs?dd-api-key=<dd-api-key>&ddsource=falco" \
90+
--set falco.http_output.url="<DATADOG_WEBHOOK_URL>" \
8991
--set falco.json_output=true \
9092
--set json_include_output_property=true
9193
```
9294

95+
**Note:** Replace `<DATADOG_WEBHOOK_URL>` with the correct intake URL for your [Datadog site][7], such as `https://http-intake.logs.us3.datadoghq.com/api/v2/logs?dd-api-key=<dd-api-key>&ddsource=falco` for US3.
96+
9397
<!-- xxz tab xxx -->
9498
<!-- xxx tab "Agent" xxx -->
9599
##### Agent
@@ -116,6 +120,7 @@ After configuration, verify that Falco metrics are being ingested by Datadog. Yo
116120
**Note**: Ensure the `datadog-agent` user has read and execute access to tail the log files you want to collect from.
117121
<!-- xxz tab xxx -->
118122
<!-- xxz tabs xxx -->
123+
>>>>>>> master
119124

120125
## Data Collected
121126

@@ -140,4 +145,6 @@ For further assistance, contact [Datadog Support][2].
140145
[3]: https://github.com/DataDog/integrations-core/blob/master/falco/metadata.csv
141146
[4]: https://github.com/DataDog/integrations-core/blob/master/falco/datadog_checks/falco/data/conf.yaml.example
142147
[5]: https://docs.datadoghq.com/agent/configuration/agent-commands/#start-stop-and-restart-the-agent
143-
[6]: https://docs.datadoghq.com/containers/kubernetes/integrations/
148+
[6]: https://docs.datadoghq.com/containers/kubernetes/integrations/
149+
[7]: https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site
150+

0 commit comments

Comments
 (0)