Skip to content

Commit 9c907f0

Browse files
authored
Update Falco log collection documentation (DataDog#20875)
1 parent 97c90a7 commit 9c907f0

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

falco/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ After configuration, verify that Falco metrics are being ingested by Datadog. Yo
9797
<!-- xxz tab xxx -->
9898
<!-- xxx tab "Agent" xxx -->
9999
##### Agent
100+
Update the settings in the configuration file (`falco.yaml`) as shown below:
101+
102+
```yaml
103+
json_output: true
104+
file_output:
105+
enabled: true
106+
filename: <PATH TO LOGS>
107+
```
108+
100109
1. Collecting logs is disabled by default in the Datadog Agent, enable it in your `datadog.yaml` file:
101110

102111
```yaml
@@ -109,7 +118,7 @@ After configuration, verify that Falco metrics are being ingested by Datadog. Yo
109118
logs:
110119
- type: file
111120
path: <PATH TO LOGS>
112-
service: myservice
121+
service: <SERVICE NAME>
113122
source: falco
114123
```
115124

0 commit comments

Comments
 (0)