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

Add event streams product features #16021

Merged
merged 2 commits into from
Sep 25, 2017
Merged
Changes from all commits
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
39 changes: 31 additions & 8 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
@@ -6456,13 +6456,36 @@
:feature_type: view
:identifier: monitor_alerts_most_recent

# Metrics
- :name: Metrics
:description: Everything under Metrics
# API
- :name: API
:description: Features Exclusive to the API
:feature_type: node
:identifier: metrics
:identifier: api_exclusive
:children:
- :name: View
:description: View Metrics
:feature_type: view
:identifier: metrics_view
- :name: Metrics
:description: Everything under Metrics
:feature_type: node
:identifier: metrics
:children:
- :name: View
:description: View Metrics
:feature_type: view
:identifier: metrics_view
- :name: Event Streams
:description: Everything under Event Streams
:feature_type: node
:identifier: event_streams
:children:
- :name: View
:description: View Event Streams
:feature_type: view
:identifier: event_streams_view
:children:
- :name: List
:description: Display Lists of Event Streams
:feature_type: view
:identifier: event_streams_show_list
- :name: Show
:description: Display Individual Event Streams
:feature_type: view
:identifier: event_streams_show