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

Migrate URL generators to locators #98107

Closed
25 of 29 tasks
Tracked by #87304
streamich opened this issue Apr 23, 2021 · 5 comments · Fixed by #103652
Closed
25 of 29 tasks
Tracked by #87304

Migrate URL generators to locators #98107

streamich opened this issue Apr 23, 2021 · 5 comments · Fixed by #103652
Labels
Feature:SharingURLs Short URLs and Share URL features impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:large Large Level of Effort

Comments

@streamich
Copy link
Contributor

streamich commented Apr 23, 2021

The #98104 issue introduces locators in share plugin URL Serivce. This task follows up with refactoring all existing URL generators to become locators.

Migrate all URL generators to be locators.


Part of #87304

@botelastic botelastic bot added the needs-team Issues missing a team label label Apr 23, 2021
@streamich streamich added Feature:SharingURLs Short URLs and Share URL features Team:AppServices and removed needs-team Issues missing a team label labels Apr 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@streamich streamich mentioned this issue Apr 23, 2021
13 tasks
@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort loe:large Large Level of Effort and removed loe:small Small Level of Effort labels Apr 26, 2021
@petrklapka petrklapka added 1 and removed 1 labels May 6, 2021
@streamich streamich mentioned this issue Jun 1, 2021
3 tasks
@streamich
Copy link
Contributor Author

streamich commented Jun 7, 2021

Used in ILM:

Add new data stream tutorial

image

and here:

image

This was referenced Jun 19, 2021
@streamich
Copy link
Contributor Author

streamich commented Jun 21, 2021

Usage in maps.

In Lens select "Field filters" 👉 "geo_point".

image

To create a new tile map, create any aggregation based visualization and replace "type" by tile_map (or region_map) in URL (type=tile_map).

http://localhost:5601/flb/app/visualize#/create?type=tile_map&indexPattern=d3d7af60-4c81-11e8-b3d7-01146121b73d

in file

src/plugins/tile_map/public/get_deprecation_message.tsx

image

in file

src/plugins/region_map/public/get_deprecation_message.tsx

image

This was referenced Jun 22, 2021
@streamich
Copy link
Contributor Author

ML link to ingest management.

image

@streamich
Copy link
Contributor Author

streamich commented Jun 29, 2021

ML usage.

  • x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx

image

Link in ML setup flyout cards.

  • x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list_card.tsx

image

@streamich streamich mentioned this issue Jun 30, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:SharingURLs Short URLs and Share URL features impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:large Large Level of Effort
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants