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

Update catalog-info.yaml #164498

Merged
merged 5 commits into from
Aug 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,59 @@ spec:
access_level: BUILD_AND_READ
everyone:
access_level: READ_ONLY

---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: Kibana-UI-Service
description: Kibana UI Service provides the UX for visualizing Elasticsearch data. It is comprised of a client side for presentation and user event handling and a server side application for UX servicing and interaction with Elasticsearch.
annotations:
backstage.io/source-location: url:https://github.com/elastic/kibana/tree/main
github.com/project-slug: elastic/kibana
github.com/team-slug: elastic/kibana-tech-leads
buildkite.com/project-slug: elastic/kibana
tags:
- typescript
- javascript
- dashboards
- metrics
- visualizations
- observability
links:
- title: Documentation
url: https://www.elastic.co/guide/en/kibana/current/index.html
spec:
type: service
owner: group:kibana-tech-leads
lifecycle: production
system: control-plane

---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: Kibana-Background-Tasks-Service
description: Kibana Background Tasks Service provides additional task processing prallelism for an instance of the Kibana UI Servcie. It is comprised of the same codebase as Kibana UI Service but is launched with an alternative configuration.
annotations:
backstage.io/source-location: url:https://github.com/elastic/kibana/tree/main
github.com/project-slug: elastic/kibana
github.com/team-slug: elastic/kibana-tech-leads
buildkite.com/project-slug: elastic/kibana
tags:
- typescript
- javascript
- dashboards
- metrics
- visualizations
- observability
links:
- title: Documentation
url: https://www.elastic.co/guide/en/kibana/current/index.html
spec:
type: service
owner: group:kibana-tech-leads
lifecycle: production
system: control-plane