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

Added help text where needed on connectors and alert actions UI #69601

Merged

Conversation

YulNaumenko
Copy link
Contributor

Resolve #68523

@YulNaumenko YulNaumenko added Feature:Alerting v8.0.0 release_note:skip Skip the PR/issue when compiling release notes Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v7.9.0 labels Jun 18, 2020
@YulNaumenko YulNaumenko requested a review from a team as a code owner June 18, 2020 23:27
@YulNaumenko YulNaumenko self-assigned this Jun 18, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-alerting-services (Team:Alerting Services)

…ns-help-text-links

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
…ns-help-text-links

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
@YulNaumenko YulNaumenko linked an issue Jun 27, 2020 that may be closed by this pull request
Copy link
Member

@pmuellr pmuellr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the idea of the links in the connector creation / usage forms for help, but ... some issues.

I think we probably should NOT provide links to other sites other than our own docs, within Kibana. That includes GH READMEs - we shouldn't link to them.

What we probably should do is have a link in every action creation / usage form, that points back into our docs for that action. The forms for creation for Slack and PagerDuty seem to have these links already. I like the styling on them as well (presumably already approved by design) of slightly smaller font size.

We can then add links to non-elastic sites in the asciidoc pages, as needed.

@YulNaumenko YulNaumenko requested a review from pmuellr July 9, 2020 21:56
Copy link
Member

@pmuellr pmuellr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requested some changes (mainly the email port), but otherwise LGTM, seems to work as intended.

Since there's enough new public text here, probably worth having someone from docs review as well.

docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/index.asciidoc Outdated Show resolved Hide resolved
…ns-help-text-links

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
x-pack/plugins/actions/README.md Outdated Show resolved Hide resolved
x-pack/plugins/actions/README.md Outdated Show resolved Hide resolved
x-pack/plugins/triggers_actions_ui/README.md Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
docs/user/alerting/action-types/email.asciidoc Outdated Show resolved Hide resolved
YulNaumenko and others added 17 commits July 13, 2020 16:25
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@YulNaumenko YulNaumenko merged commit 2009447 into elastic:master Jul 14, 2020
YulNaumenko added a commit to YulNaumenko/kibana that referenced this pull request Jul 14, 2020
…tic#69601)

* Added help text where needed on connectors and alert actions UI

* fixed ui form

* Added index action type examples, fixed slack link

* Fixed email connector docs and links

* Additional cleanup on email

* Removed autofocus to avoid twice link click for opening in the new page

* Extended documentation for es index action type

* Fixed tests

* Fixed doc link

* fixed due to comments

* fixed due to comments

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update x-pack/plugins/actions/README.md

Co-authored-by: gchaps <[email protected]>

* Update x-pack/plugins/actions/README.md

Co-authored-by: gchaps <[email protected]>

* Update x-pack/plugins/triggers_actions_ui/README.md

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/index.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/slack.asciidoc

Co-authored-by: gchaps <[email protected]>

* Fixed due to comments

Co-authored-by: gchaps <[email protected]>
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 14, 2020
* master: (314 commits)
  [APM] Use status_code field to calculate error rate (elastic#71109)
  [Observability] Change appLink passing the date range (elastic#71259)
  [Security] Add Timeline improvements (elastic#71506)
  adjust vislib bar opacity (elastic#71421)
  Fix ScopedHistory mock and adapt usages (elastic#71404)
  [Security Solution] Add hook for reading/writing resolver query params (elastic#70809)
  [APM] Bug fixes from ML integration testing (elastic#71564)
  [Discover] Add caused_by.type and caused_by.reason to error toast modal (elastic#70404)
  [Security Solution] Add 3rd level breadcrumb to admin page (elastic#71275)
  [Security Solution][Exceptions] Exception modal bulk close alerts that match exception attributes (elastic#71321)
  Change signal.rule.risk score mapping from keyword to float (elastic#71126)
  Added help text where needed on connectors and alert actions UI (elastic#69601)
  [SIEM][Detections] Value Lists Management Modal (elastic#67068)
  [test] Skips test preventing promotion of ES snapshot elastic#71582
  [test] Skips test preventing promotion of ES snapshot elastic#71555
  [ILM] Fix alignment of the timing field (elastic#71273)
  [SIEM][Detection Engine][Lists] Adds the ability for exception lists to be multi-list queried. (elastic#71540)
  initial telemetry setup (elastic#69330)
  [Reporting] Formatting fixes for CSV export in Discover, CSV download from Dashboard panel (elastic#67027)
  Search across spaces (elastic#67644)
  ...
jloleysens added a commit to jloleysens/kibana that referenced this pull request Jul 14, 2020
…t-apps-page-titles

* 'master' of github.com:elastic/kibana: (88 commits)
  [ML] Functional tests - disable DFA creation and cloning tests
  [APM] Use status_code field to calculate error rate (elastic#71109)
  [Observability] Change appLink passing the date range (elastic#71259)
  [Security] Add Timeline improvements (elastic#71506)
  adjust vislib bar opacity (elastic#71421)
  Fix ScopedHistory mock and adapt usages (elastic#71404)
  [Security Solution] Add hook for reading/writing resolver query params (elastic#70809)
  [APM] Bug fixes from ML integration testing (elastic#71564)
  [Discover] Add caused_by.type and caused_by.reason to error toast modal (elastic#70404)
  [Security Solution] Add 3rd level breadcrumb to admin page (elastic#71275)
  [Security Solution][Exceptions] Exception modal bulk close alerts that match exception attributes (elastic#71321)
  Change signal.rule.risk score mapping from keyword to float (elastic#71126)
  Added help text where needed on connectors and alert actions UI (elastic#69601)
  [SIEM][Detections] Value Lists Management Modal (elastic#67068)
  [test] Skips test preventing promotion of ES snapshot elastic#71582
  [test] Skips test preventing promotion of ES snapshot elastic#71555
  [ILM] Fix alignment of the timing field (elastic#71273)
  [SIEM][Detection Engine][Lists] Adds the ability for exception lists to be multi-list queried. (elastic#71540)
  initial telemetry setup (elastic#69330)
  [Reporting] Formatting fixes for CSV export in Discover, CSV download from Dashboard panel (elastic#67027)
  ...

# Conflicts:
#	x-pack/plugins/index_management/public/application/index.tsx
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 14, 2020
* master: (72 commits)
  [test] Skips test preventing promotion of ES snapshot elastic#71612
  [Logs UI] Remove UUID from Alert Instances (elastic#71340)
  [Metrics UI] Remove UUID from Alert Instance IDs (elastic#71335)
  [ML] Functional tests - disable DFA creation and cloning tests
  [APM] Use status_code field to calculate error rate (elastic#71109)
  [Observability] Change appLink passing the date range (elastic#71259)
  [Security] Add Timeline improvements (elastic#71506)
  adjust vislib bar opacity (elastic#71421)
  Fix ScopedHistory mock and adapt usages (elastic#71404)
  [Security Solution] Add hook for reading/writing resolver query params (elastic#70809)
  [APM] Bug fixes from ML integration testing (elastic#71564)
  [Discover] Add caused_by.type and caused_by.reason to error toast modal (elastic#70404)
  [Security Solution] Add 3rd level breadcrumb to admin page (elastic#71275)
  [Security Solution][Exceptions] Exception modal bulk close alerts that match exception attributes (elastic#71321)
  Change signal.rule.risk score mapping from keyword to float (elastic#71126)
  Added help text where needed on connectors and alert actions UI (elastic#69601)
  [SIEM][Detections] Value Lists Management Modal (elastic#67068)
  [test] Skips test preventing promotion of ES snapshot elastic#71582
  [test] Skips test preventing promotion of ES snapshot elastic#71555
  [ILM] Fix alignment of the timing field (elastic#71273)
  ...
YulNaumenko added a commit that referenced this pull request Jul 14, 2020
…) (#71586)

* Added help text where needed on connectors and alert actions UI

* fixed ui form

* Added index action type examples, fixed slack link

* Fixed email connector docs and links

* Additional cleanup on email

* Removed autofocus to avoid twice link click for opening in the new page

* Extended documentation for es index action type

* Fixed tests

* Fixed doc link

* fixed due to comments

* fixed due to comments

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update x-pack/plugins/actions/README.md

Co-authored-by: gchaps <[email protected]>

* Update x-pack/plugins/actions/README.md

Co-authored-by: gchaps <[email protected]>

* Update x-pack/plugins/triggers_actions_ui/README.md

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/email.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/index.asciidoc

Co-authored-by: gchaps <[email protected]>

* Update docs/user/alerting/action-types/slack.asciidoc

Co-authored-by: gchaps <[email protected]>

* Fixed due to comments

Co-authored-by: gchaps <[email protected]>

Co-authored-by: gchaps <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Alerting release_note:skip Skip the PR/issue when compiling release notes Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v7.9.0 v8.0.0
Projects
None yet
5 participants