diff --git a/filebeat/docs/images/filebeat-salesforce-login-dashboard.png b/filebeat/docs/images/filebeat-salesforce-login-dashboard.png new file mode 100644 index 00000000000..72003b0f00f Binary files /dev/null and b/filebeat/docs/images/filebeat-salesforce-login-dashboard.png differ diff --git a/filebeat/docs/images/filebeat-salesforce-logout-dashboard.png b/filebeat/docs/images/filebeat-salesforce-logout-dashboard.png new file mode 100644 index 00000000000..f65b29be018 Binary files /dev/null and b/filebeat/docs/images/filebeat-salesforce-logout-dashboard.png differ diff --git a/filebeat/docs/modules/salesforce.asciidoc b/filebeat/docs/modules/salesforce.asciidoc index 8c646ca33c0..75bb3f3e358 100644 --- a/filebeat/docs/modules/salesforce.asciidoc +++ b/filebeat/docs/modules/salesforce.asciidoc @@ -300,12 +300,13 @@ The URL of the Saleforce instance. [float] === Example dashboard -This module comes with a sample dashboard. For example: +This Salesforce module comes with several predefined dashboards, including Login, Logout, Apex, and Setup Audit Trails Dashboards. For example: -TODO: include an image of a sample dashboard. If you do not include a dashboard, -remove this section and set `:has-dashboards: false` at the top of this file. +image::./images/filebeat-salesforce-login-dashboard.png[] -:has-dashboards!: +image::./images/filebeat-salesforce-logout-dashboard.png[] + +:has-dashboards!: :fileset_ex!: diff --git a/x-pack/filebeat/module/salesforce/_meta/docs.asciidoc b/x-pack/filebeat/module/salesforce/_meta/docs.asciidoc index 5a2e8329d2f..e0bb1ea3da8 100644 --- a/x-pack/filebeat/module/salesforce/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/salesforce/_meta/docs.asciidoc @@ -293,12 +293,13 @@ The URL of the Saleforce instance. [float] === Example dashboard -This module comes with a sample dashboard. For example: +This Salesforce module comes with several predefined dashboards, including Login, Logout, Apex, and Setup Audit Trails Dashboards. For example: -TODO: include an image of a sample dashboard. If you do not include a dashboard, -remove this section and set `:has-dashboards: false` at the top of this file. +image::./images/filebeat-salesforce-login-dashboard.png[] -:has-dashboards!: +image::./images/filebeat-salesforce-logout-dashboard.png[] + +:has-dashboards!: :fileset_ex!: diff --git a/x-pack/filebeat/module/salesforce/login-rest/manifest.yml b/x-pack/filebeat/module/salesforce/login-rest/manifest.yml index 1a6d7f98852..15450bab7f2 100644 --- a/x-pack/filebeat/module/salesforce/login-rest/manifest.yml +++ b/x-pack/filebeat/module/salesforce/login-rest/manifest.yml @@ -1,6 +1,8 @@ module_version: 1.0 var: + - name: input + default: httpjson - name: interval default: 1h - name: tags diff --git a/x-pack/filebeat/module/salesforce/login-stream/manifest.yml b/x-pack/filebeat/module/salesforce/login-stream/manifest.yml index 5b4ccfe19c5..92411aa750e 100644 --- a/x-pack/filebeat/module/salesforce/login-stream/manifest.yml +++ b/x-pack/filebeat/module/salesforce/login-stream/manifest.yml @@ -1,6 +1,8 @@ module_version: 1.0 var: + - name: input + default: cometd - name: tags default: [salesforce-login-stream, forwarded] - name: client_id diff --git a/x-pack/filebeat/module/salesforce/logout-rest/manifest.yml b/x-pack/filebeat/module/salesforce/logout-rest/manifest.yml index 8778ae7576b..775f5094a3d 100644 --- a/x-pack/filebeat/module/salesforce/logout-rest/manifest.yml +++ b/x-pack/filebeat/module/salesforce/logout-rest/manifest.yml @@ -1,6 +1,8 @@ module_version: 1.0 var: + - name: input + default: httpjson - name: interval default: 1h - name: tags diff --git a/x-pack/filebeat/module/salesforce/logout-stream/manifest.yml b/x-pack/filebeat/module/salesforce/logout-stream/manifest.yml index d87f6f85f46..b8ffb130f56 100644 --- a/x-pack/filebeat/module/salesforce/logout-stream/manifest.yml +++ b/x-pack/filebeat/module/salesforce/logout-stream/manifest.yml @@ -1,6 +1,8 @@ module_version: 1.0 var: + - name: input + default: cometd - name: tags default: [salesforce-logout-stream, forwarded] - name: client_id diff --git a/x-pack/filebeat/module/salesforce/setupaudittrail-rest/manifest.yml b/x-pack/filebeat/module/salesforce/setupaudittrail-rest/manifest.yml index 86fe27c1a0d..889bfe92569 100644 --- a/x-pack/filebeat/module/salesforce/setupaudittrail-rest/manifest.yml +++ b/x-pack/filebeat/module/salesforce/setupaudittrail-rest/manifest.yml @@ -1,6 +1,8 @@ module_version: 1.0 var: + - name: input + default: httpjson - name: interval default: 1h - name: tags