You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: falco/README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,10 @@ After configuration, verify that Falco metrics are being ingested by Datadog. Yo
71
71
json_output: true
72
72
http_output:
73
73
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>
75
75
```
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.
76
78
77
79
- Restart the Falco using below command:
78
80
@@ -85,11 +87,13 @@ After configuration, verify that Falco metrics are being ingested by Datadog. Yo
**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
+
93
97
<!-- xxz tab xxx -->
94
98
<!-- xxx tab "Agent" xxx -->
95
99
##### Agent
@@ -116,6 +120,7 @@ After configuration, verify that Falco metrics are being ingested by Datadog. Yo
116
120
**Note**: Ensure the `datadog-agent` user has read and execute access to tail the log files you want to collect from.
117
121
<!-- xxz tab xxx -->
118
122
<!-- xxz tabs xxx -->
123
+
>>>>>>> master
119
124
120
125
## Data Collected
121
126
@@ -140,4 +145,6 @@ For further assistance, contact [Datadog Support][2].
0 commit comments