Skip to content

Commit

Permalink
re-exported dashboards using dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dcode committed Oct 19, 2020
1 parent 59fdfe4 commit da2d1db
Show file tree
Hide file tree
Showing 5 changed files with 867 additions and 18 deletions.
23 changes: 18 additions & 5 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ filebeat.modules:
#------------------------------- Coredns Module -------------------------------
- module: coredns
# Fileset for native deployment
log:
log:
enabled: true

# Set custom paths for the log files. If left empty,
Expand All @@ -556,7 +556,7 @@ filebeat.modules:

#----------------------------- Crowdstrike Module -----------------------------
- module: crowdstrike

falcon:
enabled: true

Expand Down Expand Up @@ -643,7 +643,7 @@ filebeat.modules:
#------------------------------ Envoyproxy Module ------------------------------
- module: envoyproxy
# Fileset for native deployment
log:
log:
enabled: true

# Set custom paths for the log files. If left empty,
Expand Down Expand Up @@ -1119,6 +1119,19 @@ filebeat.modules:
# Oauth Client Secret
#var.oauth2.client.secret: ""

# Oauth Token URL, should include the tenant ID
#var.oauth2.token_url: "https://login.microsoftonline.com/TENANT-ID/oauth2/token"
m365_defender:
enabled: true
# How often the API should be polled
#var.interval: 5m

# Oauth Client ID
#var.oauth2.client.id: ""

# Oauth Client Secret
#var.oauth2.client.secret: ""

# Oauth Token URL, should include the tenant ID
#var.oauth2.token_url: "https://login.microsoftonline.com/TENANT-ID/oauth2/token"
dhcp:
Expand Down Expand Up @@ -1152,7 +1165,7 @@ filebeat.modules:

# URL of the MISP REST API
#var.url

# You can also pass SSL options. For example:
#var.ssl: |-
# {
Expand Down Expand Up @@ -1665,7 +1678,7 @@ filebeat.modules:
http:
enabled: true
intel:
enabled: true
enabled: true
irc:
enabled: true
kerberos:
Expand Down
Loading

0 comments on commit da2d1db

Please sign in to comment.