Skip to main content

View indexes

in ElasticSearch
Authors list
Published: 2023년 12월 7일|Last updated: 2023년 12월 7일

Viewing available ElasticSearch indexes Copy link to Viewing available ElasticSearch indexes to clipboard

You can view the complete list of ElasticSearch indexes both within the OPC GUI and on the command line.

GUICopy link to GUI to clipboard

Navigate to the ElasticSearch main menu from the left menu bar inside the OPC. Scroll down to the 'Index information' card, and this will list all the Indexes currently available to ElasticSearch

image.png

CLICopy link to CLI to clipboard

Run the following command to return a full list of available indexes:

curl localhost:9200/_cat/indices
copy
Note

If you are using an external ElasticSearch server please substitute 'localhost' for the server's IP address

This will return a list similar to the example below:

curl 192.168.80.98:9200/_cat/indices yellow open help JkSNC5T2R2K_G42lx1YWSQ 1 1 190 174 2.5mb 2.5mb yellow open new TFMEZ9fIT5e596_h_y_nUg 1 1 16 16 92.4kb 92.4kb yellow open helpdesk2 jTXVSyq0Q_aWGhTMJjPH_A 1 1 190 0 1.4mb 1.4mb yellow open dp_helpdesk1 qj3-aDbsTbez3uWxCZqPZw 1 1 2 0 17kb 17kb yellow open helpdesk3 vumxtbORRzu0SIHKn3Dv_g 1 1 212 0 1.4mb 1.4mb yellow open dp_helpdesk2 QFDDTG4tQmy0qae1zulMOA 1 1 2 0 17kb 17kb yellow open helpdesk 8DzG0qn7QXusD7PLC-P_7Q 1 1 16 6 76.5kb 76.5kb
copy
도움이 되었습니다Unhelpful

1 of 1 people found this page helpful

next pageRemove indexes
previous pageRe-index

Please log in or register to submit a comment.