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 000000000000..72003b0f00fe 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 000000000000..f65b29be0181 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 cc248246cbea..05bf5d759dde 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 5a2e8329d2fe..e0bb1ea3da85 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 1a6d7f98852d..15450bab7f28 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 5b4ccfe19c5f..92411aa750ea 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 8778ae7576b7..775f5094a3d2 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 d87f6f85f46f..b8ffb130f568 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 86fe27c1a0df..889bfe925693 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