Skip to content

Commit

Permalink
[Filebeat][Salesforce] Add Salesforce dashboard screenshots to docume…
Browse files Browse the repository at this point in the history
…ntation (#31796) (#31857)

* add salesforce dashboards screen shot to doc

* change description

(cherry picked from commit b014528)

Co-authored-by: Kush Rana <[email protected]>
  • Loading branch information
mergify[bot] and kush-elastic authored Jul 22, 2022
1 parent 2828246 commit 64e8428
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions filebeat/docs/modules/salesforce.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!:

Expand Down
9 changes: 5 additions & 4 deletions x-pack/filebeat/module/salesforce/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!:

Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/module/salesforce/login-rest/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module_version: 1.0

var:
- name: input
default: httpjson
- name: interval
default: 1h
- name: tags
Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/module/salesforce/login-stream/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module_version: 1.0

var:
- name: input
default: cometd
- name: tags
default: [salesforce-login-stream, forwarded]
- name: client_id
Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/module/salesforce/logout-rest/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module_version: 1.0

var:
- name: input
default: httpjson
- name: interval
default: 1h
- name: tags
Expand Down
2 changes: 2 additions & 0 deletions x-pack/filebeat/module/salesforce/logout-stream/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module_version: 1.0

var:
- name: input
default: cometd
- name: tags
default: [salesforce-logout-stream, forwarded]
- name: client_id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module_version: 1.0

var:
- name: input
default: httpjson
- name: interval
default: 1h
- name: tags
Expand Down

0 comments on commit 64e8428

Please sign in to comment.