@@ -34,40 +34,40 @@ public function index(Request $request, string $appEnv): Response
34
34
}
35
35
36
36
$ entries = [
37
- ['title ' => 'Cluster ' , 'filename ' => 'cluster ' , 'path ' => '/admin/cluster ' ],
37
+ ['title ' => 'Cluster summary ' , 'filename ' => 'cluster ' , 'path ' => '/admin/cluster ' ],
38
38
['title ' => 'Cluster audit ' , 'filename ' => 'cluster-audit ' , 'path ' => '/admin/cluster/audit ' ],
39
39
['title ' => 'Cluster settings ' , 'filename ' => 'cluster-settings ' , 'path ' => '/admin/cluster/settings ' , 'feature ' => 'cluster_settings ' ],
40
40
['title ' => 'Cluster disk thresholds ' , 'filename ' => 'disk-thresholds ' , 'path ' => '/admin/cluster/disk-thresholds ' , 'feature ' => 'cluster_settings ' ],
41
41
['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 ' ],
43
43
['title ' => 'Nodes stats ' , 'filename ' => 'nodes-stats ' , 'path ' => '/admin/nodes/stats ' ],
44
44
['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 )],
46
46
['title ' => 'Node settings ' , 'filename ' => 'node-settings ' , 'path ' => '/admin/nodes/ ' .urlencode ($ masterNode ).'/settings ' ],
47
47
['title ' => 'Node usage ' , 'filename ' => 'node-usage ' , 'path ' => '/admin/nodes/ ' .urlencode ($ masterNode ).'/usage ' , 'feature ' => 'node_usage ' ],
48
48
['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 ' ],
50
50
['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 ' ],
52
52
['title ' => 'Index settings ' , 'filename ' => 'index-settings ' , 'path ' => '/admin/indices/elasticsearch-admin-test/settings ' ],
53
53
['title ' => 'Index search ' , 'filename ' => 'index-search ' , 'path ' => '/admin/indices/elasticsearch-admin-test/search ' ],
54
54
['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 ' ],
56
56
['title ' => 'Create index ' , 'filename ' => 'index-create ' , 'path ' => '/admin/indices/create ' ],
57
57
['title ' => 'Data streams ' , 'filename ' => 'data-streams ' , 'path ' => '/admin/data-streams ' , 'feature ' => 'data_streams ' ],
58
58
['title ' => 'Legacy index templates ' , 'filename ' => 'index-templates-legacy ' , 'path ' => '/admin/index-templates-legacy ' ],
59
59
['title ' => 'Create legacy index template ' , 'filename ' => 'index-template-create-legacy ' , 'path ' => '/admin/index-templates-legacy/create ' ],
60
60
['title ' => 'Composable index templates ' , 'filename ' => 'index-templates ' , 'path ' => '/admin/index-templates ' , 'feature ' => 'composable_template ' ],
61
61
['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 ' ],
63
63
['title ' => 'Shards stats ' , 'filename ' => 'shards-stats ' , 'path ' => '/admin/shards/stats ' ],
64
64
['title ' => 'Index graveyard ' , 'filename ' => 'index-graveyard ' , 'path ' => '/admin/index-graveyard ' , 'feature ' => 'tombstones ' ],
65
65
['title ' => 'Dangling indices ' , 'filename ' => 'dangling-indices ' , 'path ' => '/admin/dangling-indices ' , 'feature ' => 'dangling_indices ' ],
66
66
['title ' => 'Create Shared file system repository ' , 'filename ' => 'repository-create-fs ' , 'path ' => '/admin/repositories/create/fs ' ],
67
67
['title ' => 'Create AWS S3 repository ' , 'filename ' => 'repository-create-s3 ' , 'path ' => '/admin/repositories/create/s3 ' ],
68
68
['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 ' ],
71
71
['title ' => 'Snapshots stats ' , 'filename ' => 'snapshots-stats ' , 'path ' => '/admin/snapshots/stats ' ],
72
72
['title ' => 'Create snapshot ' , 'filename ' => 'snapshot-create ' , 'path ' => '/admin/snapshots/create ' ],
73
73
['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
100
100
}
101
101
102
102
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) ' );
104
104
fwrite ($ fp , "\r\n" );
105
105
fwrite ($ fp , "\r\n" );
106
106
0 commit comments