diff --git a/core/modules/aggregator/config/install/views.view.aggregator_rss_feed.yml b/core/modules/aggregator/config/install/views.view.aggregator_feed.yml
similarity index 81%
rename from core/modules/aggregator/config/install/views.view.aggregator_rss_feed.yml
rename to core/modules/aggregator/config/install/views.view.aggregator_feed.yml
index a88b35f..6221381 100644
--- a/core/modules/aggregator/config/install/views.view.aggregator_rss_feed.yml
+++ b/core/modules/aggregator/config/install/views.view.aggregator_feed.yml
@@ -1,8 +1,16 @@
-base_field: iid
+id: aggregator_feed
+label: 'Feed aggregator'
+module: aggregator
+description: ''
+tag: aggregator
 base_table: aggregator_item
+base_field: iid
 core: 8.x
-description: ''
+langcode: en
 status: true
+dependencies:
+  module:
+    - aggregator
 display:
   default:
     display_plugin: default
@@ -11,9 +19,10 @@ display:
     position: 0
     display_options:
       access:
-        type: none
-        options: {  }
-        provider: views
+        type: perm
+        options:
+          perm: 'access news feeds'
+        provider: user
       cache:
         type: none
         options: {  }
@@ -127,27 +136,46 @@ display:
           suffix: ''
       filters: {  }
       sorts: {  }
-      title: 'Aggregator RSS feed'
+      title: 'Feed aggregator'
       header: {  }
       footer: {  }
       empty: {  }
       relationships: {  }
       arguments: {  }
+      field_langcode: '***LANGUAGE_language_content***'
+      field_langcode_add_to_query: null
+  page:
+    display_plugin: page
+    id: page
+    display_title: Page
+    position: 1
+    provider: views
+    display_options:
+      field_langcode: '***LANGUAGE_language_content***'
+      field_langcode_add_to_query: null
+      path: aggregator
+      menu:
+        type: normal
+        title: 'Feed aggregator'
+        description: ''
+        weight: 0
+        context: '0'
+        menu_name: ''
   feed_items:
     display_plugin: feed
     id: feed_items
     display_title: Feed
-    position: 1
+    position: 2
     display_options:
       path: aggregator/rss
       display_description: ''
       defaults:
         arguments: true
-label: 'Aggregator RSS feed'
-module: aggregator
-id: aggregator_rss_feed
-tag: aggregator
-langcode: en
-dependencies:
-  module:
-    - aggregator
+        title: false
+      field_langcode: '***LANGUAGE_language_content***'
+      field_langcode_add_to_query: null
+      title: 'Aggregator RSS feed'
+      sitename_title: true
+      displays:
+        page: page
+        default: '0'
