File tree Expand file tree Collapse file tree
x-pack/filebeat/module/microsoft/defender_atp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ url: {{ .url }}
1111oauth2 : {{ .oauth2 | tojson }}
1212oauth2.provider : azure
1313oauth2.azure.resource : https://api.securitycenter.windows.com/
14-
14+ http_headers : {{ .http_headers | tojson }}
1515date_cursor.field : lastUpdateTime
1616date_cursor.url_field : ' $filter'
1717date_cursor.value_template : {{ .date_cursor.value_template }}
Original file line number Diff line number Diff line change 66 - name : interval
77 default : 5m
88 - name : date_cursor
9- default :
9+ default :
1010 value_template : " lastUpdateTime gt {{.}}"
1111 - name : tags
1212 default : [defender-atp, forwarded]
13+ - name : http_headers
14+ default :
15+ User-Agent : MdatpPartner-Elastic-Filebeat/1.0.0
1316 - name : url
1417 default : " https://api.securitycenter.windows.com/api/alerts?$expand=evidence"
1518 - name : oauth2
16-
19+
1720
1821ingest_pipeline : ingest/pipeline.yml
1922input : config/atp.yml
You can’t perform that action at this time.
0 commit comments