4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -XGET "http://127.0.0.1:9200/_cat/indices"
|