@@ -34,40 +34,40 @@ public function index(Request $request, string $appEnv): Response
3434 }
3535
3636 $ entries = [
37- ['title ' => 'Cluster ' , 'filename ' => 'cluster ' , 'path ' => '/admin/cluster ' ],
37+ ['title ' => 'Cluster summary ' , 'filename ' => 'cluster ' , 'path ' => '/admin/cluster ' ],
3838 ['title ' => 'Cluster audit ' , 'filename ' => 'cluster-audit ' , 'path ' => '/admin/cluster/audit ' ],
3939 ['title ' => 'Cluster settings ' , 'filename ' => 'cluster-settings ' , 'path ' => '/admin/cluster/settings ' , 'feature ' => 'cluster_settings ' ],
4040 ['title ' => 'Cluster disk thresholds ' , 'filename ' => 'disk-thresholds ' , 'path ' => '/admin/cluster/disk-thresholds ' , 'feature ' => 'cluster_settings ' ],
4141 ['title ' => 'Cluster allocation explain ' , 'filename ' => 'cluster-allocation-explain ' , 'path ' => '/admin/cluster/allocation/explain ' , 'feature ' => 'allocation_explain ' ],
42- ['title ' => 'Nodes ' , 'filename ' => 'nodes ' , 'path ' => '/admin/nodes ' ],
42+ ['title ' => 'Nodes list ' , 'filename ' => 'nodes ' , 'path ' => '/admin/nodes ' ],
4343 ['title ' => 'Nodes stats ' , 'filename ' => 'nodes-stats ' , 'path ' => '/admin/nodes/stats ' ],
4444 ['title ' => 'Nodes reload secure settings ' , 'filename ' => 'nodes-reload-secure-settings ' , 'path ' => '/admin/nodes/reload-secure-settings ' , 'feature ' => 'reload_secure_settings ' ],
45- ['title ' => 'Node ' , 'filename ' => 'node ' , 'path ' => '/admin/nodes/ ' .urlencode ($ masterNode )],
45+ ['title ' => 'Node summary ' , 'filename ' => 'node ' , 'path ' => '/admin/nodes/ ' .urlencode ($ masterNode )],
4646 ['title ' => 'Node settings ' , 'filename ' => 'node-settings ' , 'path ' => '/admin/nodes/ ' .urlencode ($ masterNode ).'/settings ' ],
4747 ['title ' => 'Node usage ' , 'filename ' => 'node-usage ' , 'path ' => '/admin/nodes/ ' .urlencode ($ masterNode ).'/usage ' , 'feature ' => 'node_usage ' ],
4848 ['title ' => 'Node plugins ' , 'filename ' => 'node-plugins ' , 'path ' => '/admin/nodes/ ' .urlencode ($ masterNode ).'/plugins ' ],
49- ['title ' => 'Indices ' , 'filename ' => 'indices ' , 'path ' => '/admin/indices ' ],
49+ ['title ' => 'Indices list ' , 'filename ' => 'indices ' , 'path ' => '/admin/indices ' ],
5050 ['title ' => 'Indices stats ' , 'filename ' => 'indices-stats ' , 'path ' => '/admin/indices/stats ' ],
51- ['title ' => 'Index ' , 'filename ' => 'index ' , 'path ' => '/admin/indices/elasticsearch-admin-test ' ],
51+ ['title ' => 'Index summary ' , 'filename ' => 'index ' , 'path ' => '/admin/indices/elasticsearch-admin-test ' ],
5252 ['title ' => 'Index settings ' , 'filename ' => 'index-settings ' , 'path ' => '/admin/indices/elasticsearch-admin-test/settings ' ],
5353 ['title ' => 'Index search ' , 'filename ' => 'index-search ' , 'path ' => '/admin/indices/elasticsearch-admin-test/search ' ],
5454 ['title ' => 'Index import from file ' , 'filename ' => 'index-file-import ' , 'path ' => '/admin/indices/elasticsearch-admin-test/file-import ' ],
55- ['title ' => 'Index import from database ' , 'filename ' => 'index-database-import ' , 'path ' => '/admin/indices/elasticsearch-admin-test/database-import ' ],
55+ ['title ' => 'Documents import from database ' , 'filename ' => 'index-database-import ' , 'path ' => '/admin/indices/elasticsearch-admin-test/database-import ' ],
5656 ['title ' => 'Create index ' , 'filename ' => 'index-create ' , 'path ' => '/admin/indices/create ' ],
5757 ['title ' => 'Data streams ' , 'filename ' => 'data-streams ' , 'path ' => '/admin/data-streams ' , 'feature ' => 'data_streams ' ],
5858 ['title ' => 'Legacy index templates ' , 'filename ' => 'index-templates-legacy ' , 'path ' => '/admin/index-templates-legacy ' ],
5959 ['title ' => 'Create legacy index template ' , 'filename ' => 'index-template-create-legacy ' , 'path ' => '/admin/index-templates-legacy/create ' ],
6060 ['title ' => 'Composable index templates ' , 'filename ' => 'index-templates ' , 'path ' => '/admin/index-templates ' , 'feature ' => 'composable_template ' ],
6161 ['title ' => 'Create composable index template ' , 'filename ' => 'index-template-create ' , 'path ' => '/admin/index-templates/create ' , 'feature ' => 'composable_template ' ],
62- ['title ' => 'Shards ' , 'filename ' => 'shards ' , 'path ' => '/admin/shards ' ],
62+ ['title ' => 'Shards list ' , 'filename ' => 'shards ' , 'path ' => '/admin/shards ' ],
6363 ['title ' => 'Shards stats ' , 'filename ' => 'shards-stats ' , 'path ' => '/admin/shards/stats ' ],
6464 ['title ' => 'Index graveyard ' , 'filename ' => 'index-graveyard ' , 'path ' => '/admin/index-graveyard ' , 'feature ' => 'tombstones ' ],
6565 ['title ' => 'Dangling indices ' , 'filename ' => 'dangling-indices ' , 'path ' => '/admin/dangling-indices ' , 'feature ' => 'dangling_indices ' ],
6666 ['title ' => 'Create Shared file system repository ' , 'filename ' => 'repository-create-fs ' , 'path ' => '/admin/repositories/create/fs ' ],
6767 ['title ' => 'Create AWS S3 repository ' , 'filename ' => 'repository-create-s3 ' , 'path ' => '/admin/repositories/create/s3 ' ],
6868 ['title ' => 'Create SLM policy ' , 'filename ' => 'slm-policy-create ' , 'path ' => '/admin/slm/create ' , 'feature ' => 'slm ' ],
69- ['title ' => 'Snapshots ' , 'filename ' => 'snapshots ' , 'path ' => '/admin/snapshots ' ],
70- ['title ' => 'Snapshot ' , 'filename ' => 'snapshot ' , 'path ' => '/admin/snapshots/fs/elasticsearch-admin-test ' ],
69+ ['title ' => 'Snapshots list ' , 'filename ' => 'snapshots ' , 'path ' => '/admin/snapshots ' ],
70+ ['title ' => 'Snapshot summary ' , 'filename ' => 'snapshot ' , 'path ' => '/admin/snapshots/fs/elasticsearch-admin-test ' ],
7171 ['title ' => 'Snapshots stats ' , 'filename ' => 'snapshots-stats ' , 'path ' => '/admin/snapshots/stats ' ],
7272 ['title ' => 'Create snapshot ' , 'filename ' => 'snapshot-create ' , 'path ' => '/admin/snapshots/create ' ],
7373 ['title ' => 'Create enrich policy ' , 'filename ' => 'enrich-create ' , 'path ' => '/admin/enrich/create ' , 'feature ' => 'enrich ' ],
@@ -100,7 +100,7 @@ public function index(Request $request, string $appEnv): Response
100100 }
101101
102102 if (false === $ disabled ) {
103- fwrite ($ fp , '[![ ' .$ entry ['title ' ].'](https://raw.githubusercontent.com/stephanediondev/elasticsearch-admin/main/screenshots/ ' .$ version .'/resized/resized- ' .$ entry ['filename ' ].'.png)](https://raw.githubusercontent.com/stephanediondev/elasticsearch-admin/main/screenshots/ ' .$ version .'/original/original- ' .$ entry ['filename ' ].'.png) ' );
103+ fwrite ($ fp , '[![elasticsearch-admin - ' .$ entry ['title ' ].'](https://raw.githubusercontent.com/stephanediondev/elasticsearch-admin/main/screenshots/ ' .$ version .'/resized/resized- ' .$ entry ['filename ' ].'.png)](https://raw.githubusercontent.com/stephanediondev/elasticsearch-admin/main/screenshots/ ' .$ version .'/original/original- ' .$ entry ['filename ' ].'.png) ' );
104104 fwrite ($ fp , "\r\n" );
105105 fwrite ($ fp , "\r\n" );
106106
0 commit comments