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

[Logs+Metrics UI] Add owner properties to plugin manifest #102032

Closed
weltenwort opened this issue Jun 14, 2021 · 1 comment · Fixed by #105580
Closed

[Logs+Metrics UI] Add owner properties to plugin manifest #102032

weltenwort opened this issue Jun 14, 2021 · 1 comment · Fixed by #105580
Assignees
Labels
Feature:Logs UI Logs UI feature Feature:Metrics UI Metrics UI feature refined Issue refined, ready to work on Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.15.0 v8.0.0

Comments

@weltenwort
Copy link
Member

📝 Summary

The infra plugin's kibana.json file should contain values for the owner.name, owner.githubTeam, and description fields.

✔️ Acceptance criteria

  • The file x-pack/plugins/infra/kibana.json contains sensible values for the following fields:
    • owner.name
    • owner.githubTeam
    • description

🎨 Example

{
  "owner": {
    "name": "Logs and Metrics UI",
    "githubTeam": "logs-metrics-ui"
  },
  "description": "This plugin adds xyz functionality and exposes abc"
}
@weltenwort weltenwort added Feature:Metrics UI Metrics UI feature Feature:Logs UI Logs UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Jun 14, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Logs UI Logs UI feature Feature:Metrics UI Metrics UI feature refined Issue refined, ready to work on Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.15.0 v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants