Skip to content

Conversation

@angorayc
Copy link
Contributor

@angorayc angorayc commented Dec 18, 2020

Summary

#86266

Expected Result:
http://localhost:5601/app/management/kibana/settings" link should be open, instead of "http://localhost:5601/app/security/management/kibana/settings"
Screenshot 2020-12-18 at 21 54 38

before the fix it was
Screenshot 2020-12-18 at 21 18 30

Checklist

features that require explanation or tutorials

@angorayc angorayc requested a review from a team as a code owner December 18, 2020 12:45
@angorayc angorayc added Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. v7.11.0 v8.0.0 release_note:skip Skip the PR/issue when compiling release notes labels Dec 18, 2020
@angorayc angorayc closed this Dec 18, 2020
@angorayc angorayc reopened this Dec 18, 2020
@angorayc
Copy link
Contributor Author

@elasticmachine merge upstream

* Link to Advanced Settings.
*/
export const PATH_TO_ADVANCED_SETTINGS = 'management/kibana/settings';
export const PATH_TO_ADVANCED_SETTINGS = '/app/management/kibana/settings';
Copy link
Member

Choose a reason for hiding this comment

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

nit -> I think is better to remove the first trailing slash (app/management/kibana/settings) and leave it to the consumer to add it. It is better than having to remove it.

Copy link
Member

@afharo afharo left a comment

Choose a reason for hiding this comment

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

Thank you for doing this change!

I noticed the HTTP property is missing when building the mocks at src/plugins/telemetry/public/mocks.ts. Do you mind adding it?

Copy link
Member

@afharo afharo left a comment

Choose a reason for hiding this comment

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

it LGTM! thank you for doing this! I see other plugins already benefitting from this change.

Tested locally 👍

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Distributable file count

id before after diff
default 47287 48047 +760

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
telemetry 49.8KB 50.0KB +243.0B

History

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

@angorayc angorayc merged commit fc7ae0e into elastic:master Dec 18, 2020
angorayc added a commit to angorayc/kibana that referenced this pull request Dec 18, 2020
* fix 'disable usage data here.' link

* update snapshot

* update link

* update mocks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
angorayc added a commit to angorayc/kibana that referenced this pull request Dec 18, 2020
* fix 'disable usage data here.' link

* update snapshot

* update link

* update mocks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
angorayc added a commit that referenced this pull request Dec 18, 2020
)

* fix 'disable usage data here.' link

* update snapshot

* update link

* update mocks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
angorayc added a commit that referenced this pull request Dec 18, 2020
)

* fix 'disable usage data here.' link

* update snapshot

* update link

* update mocks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
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. v7.11.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants