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

[Security Solution]Fix in-app links and popup window text #71403

Merged
merged 9 commits into from
Jul 16, 2020

Conversation

benskelker
Copy link
Contributor

@benskelker benskelker commented Jul 13, 2020

Summary

  1. Updates the Security Solution in-app links to the documentation.
  2. Updates the Kibana help popup:

From:
kibana-popup-current

To:
kibana-popup-new

Checklist

Delete any items that are not applicable to this PR.

@benskelker benskelker added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.9.0 labels Jul 13, 2020
@benskelker benskelker requested review from a team as code owners July 13, 2020 08:18
@benskelker
Copy link
Contributor Author

benskelker commented Jul 13, 2020

@spong @randomuserid - there are issues with the links from the ML prebuilt rules to the documentation because the current branch of the new Security docs doesn't exist yet. We can just wait until it does, or link to the ML docs which have the same descriptions: https://www.elastic.co/guide/en/machine-learning/current/ootb-ml-jobs-siem.html

@marrasherrier - The link to give feedback in the Kibana help popup window is cut. Should we change the text, to something like Security Solution feedback?

@benskelker
Copy link
Contributor Author

benskelker commented Jul 13, 2020

@randomuserid - Do the prebuild rule descriptions need to be updated in your rules repo, so the text isn't replaced if one of the rules is updated?

Copy link
Contributor

@rw-access rw-access left a comment

Choose a reason for hiding this comment

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

The prebuilt rules shouldn't be modified here and are derived from
elastic/detection-rules

Also, we have a pending PR for import of the latest rules for 7.9. If we update the rules in elastic/detection-rules, then I can pull those changes into #71332 before we merge it

Ben Skelker added 3 commits July 13, 2020 18:55
This reverts commit aaa7e2a, as it will be done via the rules repo.
This reverts commit to update links from prebuilt jobs, will be done via the rules repo.
@spong
Copy link
Member

spong commented Jul 13, 2020

@spong @randomuserid - there are issues with the links from the ML prebuilt rules to the documentation because the current branch of the new Security docs doesn't exist yet. We can just wait until it does, or link to the ML docs which have the same descriptions: https://www.elastic.co/guide/en/machine-learning/current/ootb-ml-jobs-siem.html

I'm 👍 waiting till the new Security docs get created (unless there's additional benefit to point to the ML docs directly).

@rw-access rw-access dismissed their stale review July 13, 2020 18:03

thanks for the separate PR!

@rw-access
Copy link
Contributor

@benskelker this commit contains your updates in the other PR
fc2294b

@benskelker benskelker changed the title [Security Solution]Fix in-app links and problematic terminology [Security Solution]Fix in-app links and popup window text Jul 14, 2020
@benskelker
Copy link
Contributor Author

@spong - I need your help here. I chatted with @marrasherrier and we decided it was ok to change the Give feedback on text in the help window because it is cut when we use Security Solution. But this is code used by other Kibana apps (https://github.com/elastic/kibana/blob/master/src/core/public/chrome/ui/header/header_help_menu.tsx). Any ideas?

@spong
Copy link
Member

spong commented Jul 14, 2020

@spong - I need your help here. I chatted with @marrasherrier and we decided it was ok to change the Give feedback on text in the help window because it is cut when we use Security Solution. But this is code used by other Kibana apps (https://github.com/elastic/kibana/blob/master/src/core/public/chrome/ui/header/header_help_menu.tsx). Any ideas?

What's the text we want to use? Thinking through how we could provide the override text to that area of the codebase -- we may want to ask the Kibana core team for their thoughts here, as they might just prefer to increase the width of that popover to accommodate the larger app name since it's only around ~225px right now.

@cnasikas
Copy link
Member

@elasticmachine merge upstream

@benskelker benskelker force-pushed the in-app-links-and-terminology branch from e700b2f to e225ba1 Compare July 15, 2020 14:34
@benskelker
Copy link
Contributor Author

@spong @marrasherrier
Updated the text, now looks like this:
Screenshot 2020-07-15 at 17 20 31

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

async chunks size

id value diff baseline
securitySolution 9.1MB +35.0B 9.1MB

miscellaneous assets size

id value diff baseline
core 464.0KB +88.0B 463.9KB
upgradeAssistant 22.6KB +24.0B 22.6KB
total - +112.0B -

page load bundle size

id value diff baseline
core 1.3MB -4.0B 1.3MB

Saved Objects .kibana field count

id value diff baseline
_data_stream_timestamp 1 +1 -

History

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

Copy link
Member

@spong spong left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @benskelker! 🙂

@benskelker benskelker merged commit a0dc26f into elastic:master Jul 16, 2020
benskelker added a commit to benskelker/kibana that referenced this pull request Jul 16, 2020
)

* updates in-app links

* updates links from prebuilt ML jobs

* updates kibana help window text and link

* removes problematic terminolgy from prebuilt job descriptions

* Revert "removes problematic terminolgy from prebuilt job descriptions"

This reverts commit aaa7e2a, as it will be done via the rules repo.

* Revert "updates links from prebuilt ML jobs"

This reverts commit to update links from prebuilt jobs, will be done via the rules repo.

* recommits the link correction after revert

* changes help window app name to Security
@benskelker benskelker deleted the in-app-links-and-terminology branch July 16, 2020 06:52
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 16, 2020
* master: (37 commits)
  [Lens] Handle failing existence check (elastic#70718)
  [Security Solution]Fix in-app links and popup window text (elastic#71403)
  [esArchiver] automatically retry if alias creation fails (elastic#71910)
  Move data stream index pattern creation test to xpack (elastic#71511)
  [Maps] Improve language for mvt card (elastic#71947)
  [Security][Detections] Unskip failing modal tests (elastic#71969)
  skip flaky suite (elastic#71987)
  skip flaky suite (elastic#71979)
  [Security Solution] [Detections] Revert "[Security Solution] [Detections] Fixes bug for determining when we hit max signals after filtering with lists (elastic#71768)" (elastic#71956)
  rename ilm policy to remove -default (elastic#71952)
  Adjust ordering of Management category apps to make Ingest Manager higher (elastic#71948)
  skip flaky suite (elastic#71971)
  skip flaky suite (elastic#71951)
  [kbn/optimizer] ignore compressed files when reporting stats (elastic#71940)
  skip flaky suite (elastic#71867)
  [ML] Fix new job with must_not saved search (elastic#71831)
  [Resolver] Fix bug where process detail panel doesn't show up (elastic#71754)
  Cleanup (elastic#71849)
  [Resolver] aria-level and aria-flowto support enhancements (elastic#71887)
  skip flaky suite (elastic#71304)
  ...
benskelker added a commit that referenced this pull request Jul 16, 2020
…72005)

* updates in-app links

* updates links from prebuilt ML jobs

* updates kibana help window text and link

* removes problematic terminolgy from prebuilt job descriptions

* Revert "removes problematic terminolgy from prebuilt job descriptions"

This reverts commit aaa7e2a, as it will be done via the rules repo.

* Revert "updates links from prebuilt ML jobs"

This reverts commit to update links from prebuilt jobs, will be done via the rules repo.

* recommits the link correction after revert

* changes help window app name to Security
benskelker added a commit that referenced this pull request Jul 16, 2020
…72006)

* updates in-app links

* updates links from prebuilt ML jobs

* updates kibana help window text and link

* removes problematic terminolgy from prebuilt job descriptions

* Revert "removes problematic terminolgy from prebuilt job descriptions"

This reverts commit aaa7e2a, as it will be done via the rules repo.

* Revert "updates links from prebuilt ML jobs"

This reverts commit to update links from prebuilt jobs, will be done via the rules repo.

* recommits the link correction after revert

* changes help window app name to Security
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jul 16, 2020
…feature-privileges

* alerting/consumer-based-rbac: (491 commits)
  [Lens] Handle failing existence check (elastic#70718)
  [Security Solution]Fix in-app links and popup window text (elastic#71403)
  [esArchiver] automatically retry if alias creation fails (elastic#71910)
  Move data stream index pattern creation test to xpack (elastic#71511)
  [Maps] Improve language for mvt card (elastic#71947)
  [Security][Detections] Unskip failing modal tests (elastic#71969)
  skip flaky suite (elastic#71987)
  skip flaky suite (elastic#71979)
  [Security Solution] [Detections] Revert "[Security Solution] [Detections] Fixes bug for determining when we hit max signals after filtering with lists (elastic#71768)" (elastic#71956)
  rename ilm policy to remove -default (elastic#71952)
  Adjust ordering of Management category apps to make Ingest Manager higher (elastic#71948)
  skip flaky suite (elastic#71971)
  skip flaky suite (elastic#71951)
  [kbn/optimizer] ignore compressed files when reporting stats (elastic#71940)
  skip flaky suite (elastic#71867)
  [ML] Fix new job with must_not saved search (elastic#71831)
  [Resolver] Fix bug where process detail panel doesn't show up (elastic#71754)
  Cleanup (elastic#71849)
  [Resolver] aria-level and aria-flowto support enhancements (elastic#71887)
  skip flaky suite (elastic#71304)
  ...
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Sep 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SIEM][Endpoint]Update in-app links to documentation
10 participants