-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Conversation
Pinging @elastic/obs-docs (Team:Docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple minor edits. Why is there no doc preview for this PR?
I am not sure what you mean by |
@elasticmachine run elasticsearch-ci/docs |
@kush-elastic The doc build should have run as part of the CI tests, but didn't. So I have submitted a command to run it. |
The PR author isn't a member of the Elastic GitHub org, so for security reasons the test has to be kicked off manually. |
@dedemorton, thank you for the help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I assume we want to backport this to 8.2 and later, so I've added the backport tags. Thanks!
…ntation (#31796) * add salesforce dashboards screen shot to doc * change description (cherry picked from commit b014528) # Conflicts: # filebeat/docs/modules/salesforce.asciidoc # x-pack/filebeat/module/salesforce/_meta/docs.asciidoc # x-pack/filebeat/module/salesforce/login-rest/manifest.yml # x-pack/filebeat/module/salesforce/login-stream/manifest.yml # x-pack/filebeat/module/salesforce/logout-rest/manifest.yml # x-pack/filebeat/module/salesforce/logout-stream/manifest.yml # x-pack/filebeat/module/salesforce/setupaudittrail-rest/manifest.yml
@ishleenk17 @lalit-satapathy My apologies. I should have waited for a review from someone on your team before merging this PR because it has changes to the manifest files. I haven't merged the backports yet, though. Can you take a look? |
…ntation (#31796) * add salesforce dashboards screen shot to doc * change description
What does this PR do?
Adds a screenshot of a dashboard to the documentation of the Salesforce filebeat module.
Adds default input name for
config.yml
to use (i.e.httpjson
andcometd
) inmanifest.yml
files of all the following data-streams.Why is it important?
We had a discussion with @akshay-saraswat and it is important to have it in the documentation to pull it for press release.
data-stream config.yml expect input name as of integration test were added and now config.yml will need specific input name.
Checklist
- [ ] My code follows the style guidelines of this project- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
Screenshots