3 lines
55 B
Bash
3 lines
55 B
Bash
#!/bin/sh
|
|
|
|
curl -X GET "localhost:9200/_cat/indices?v"
|
#!/bin/sh
|
|
|
|
curl -X GET "localhost:9200/_cat/indices?v"
|