Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filebeat][Salesforce] Add Salesforce dashboard screenshots to documentation and add default input name in all the data-stream manifest #31796

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 a several predefined dashboards for Login, Logout, Apex and Setup Audit Trails Dashboards. For example:
dedemorton marked this conversation as resolved.
Show resolved Hide resolved

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 a several predefined dashboards for Login, Logout, Apex and Setup Audit Trails Dashboards. For example:
dedemorton marked this conversation as resolved.
Show resolved Hide resolved

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
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