-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
use product names constants #114096
use product names constants #114096
Conversation
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
It looks like the other views in Elasticsearch are also also missing it, though they are not breaking for whatever reason. Could you add them to those as well? ccr_page.tsx, ccr_shard_page.tsx, index_advanced_page.tsx, index_page.tsx, indices_page.tsx, node_page.tsx |
Good catch! Added the missing ones |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
Nice! I noticed this const in the APM code and thought about doing exactly this. Happy you beat me to it 🧡
💔 Backport failed
To backport manually run: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* use product names constants * add missing productName property # Conflicts: # x-pack/plugins/monitoring/public/application/pages/elasticsearch/ccr_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/ccr_shard_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/index_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/indices_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/ml_jobs_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/node_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/nodes_page.tsx # x-pack/plugins/monitoring/public/application/pages/kibana/instances.tsx # x-pack/plugins/monitoring/public/application/pages/logstash/nodes.tsx
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
* use product names constants * add missing productName property # Conflicts: # x-pack/plugins/monitoring/public/application/pages/elasticsearch/ccr_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/ccr_shard_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/index_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/indices_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/ml_jobs_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/node_page.tsx # x-pack/plugins/monitoring/public/application/pages/elasticsearch/nodes_page.tsx # x-pack/plugins/monitoring/public/application/pages/kibana/instances.tsx # x-pack/plugins/monitoring/public/application/pages/logstash/nodes.tsx
Summary
Fixes #114076
Also took the opportunity to replace existing values with the
common/constants
already defined, as it is done in angular viewsTesting