Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:elastic [2021/02/10 15:59] – created admin | linux:elastic [2024/07/14 12:08] (current) – [Elastic Search ELK] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Elastic Search ELK ====== | ====== Elastic Search ELK ====== | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| + | ===== ELK.commands1 ===== | ||
| + | |||
| + | <code BASH> | ||
| + | |||
| + | curl 127.0.0.1: | ||
| + | |||
| + | curl 127.0.0.1: | ||
| + | |||
| + | #get names of all indicies in red status | ||
| + | curl 127.0.0.1: | ||
| + | #get jsons of all indicies in red status | ||
| + | curl 127.0.0.1: | ||
| + | |||
| + | # prepare cmd for delete indicies in status yellow | ||
| + | curl 127.0.0.1: | ||
| + | |||
| + | </ | ||
| + | |||