We upgraded our Security Onion nodes today. We really had no choice. I was surprised to see the so-elastalert container normally running on the manager being unable to start. I happened to glance at the release notes, and tried the commands suggested there. Suffice it to say, I got nowhere.


Update 2024-02-05

The problem solved itself a few days later. It was possibly due to automatic housekeeping. We did later perform a reinstall as we wanted 1 GiB worth of storage for /boot on all nodes and also expand the storage on the forward node.


2024-01-29

Here’s my take.

First, I tried stopping the container.

$ sudo so-elastalert-stop
=========================================================================
Stopping elastalert...
=========================================================================
Error response from daemon: No such container: so-elastalert
Error response from daemon: No such container: so-elastalert

Okay, let’s try to start the container.

$ sudo so-elastalert-start
=========================================================================
Starting elastalert...

This could take a while if another Salt job is running.
Run this command with --force to stop all Salt jobs before proceeding.
=========================================================================
[INFO    ] Creating module dir '/var/cache/salt/minion/extmods/grains'
[INFO    ] Syncing grains for environment 'base'
[INFO    ] Loading cache from salt://_grains, for base
[INFO    ] Caching directory '_grains/' for environment 'base'

I got no further, and after a while I terminated the command. Maybe I was simply too impatient.

^C
Exiting gracefully on Ctrl-c

It’s time to try the --force option and let it run until completion.

$ sudo so-elastalert-start --force
=========================================================================
Starting elastalert...

This could take a while if another Salt job is running.
Run this command with --force to stop all Salt jobs before proceeding.
=========================================================================

Force-stopping all Salt jobs before proceeding

[INFO    ] Creating module dir '/var/cache/salt/minion/extmods/grains'
[INFO    ] Syncing grains for environment 'base'
[INFO    ] Loading cache from salt://_grains, for base
[INFO    ] Caching directory '_grains/' for environment 'base'
local:
    - Signal 9 sent to job 20240129123716278551 at pid 503671
[INFO    ] Creating module dir '/var/cache/salt/minion/extmods/grains'
[INFO    ] Syncing grains for environment 'base'
[INFO    ] Loading cache from salt://_grains, for base
[INFO    ] Caching directory '_grains/' for environment 'base'
[INFO    ] Loading fresh modules for state activity
[INFO    ] Running state [elastalert] at time 12:45:51.847872
[INFO    ] Executing state group.present for [elastalert]
[INFO    ] Group elastalert is present and up to date
[INFO    ] Completed state [elastalert] at time 12:45:51.851910 (duration_in_ms=4.039)
[INFO    ] Running state [elastalert] at time 12:45:51.852693
[INFO    ] Executing state user.present for [elastalert]
[INFO    ] User elastalert is present and up to date
[INFO    ] Completed state [elastalert] at time 12:45:51.886155 (duration_in_ms=33.462)
[INFO    ] Running state [/opt/so/log/elastalert] at time 12:45:51.887600
[INFO    ] Executing state file.directory for [/opt/so/log/elastalert]
[INFO    ] The directory /opt/so/log/elastalert is in the correct state
[INFO    ] Completed state [/opt/so/log/elastalert] at time 12:45:51.888898 (duration_in_ms=1.297)
[INFO    ] Running state [/usr/sbin] at time 12:45:51.889094
[INFO    ] Executing state file.recurse for [/usr/sbin]
[INFO    ] {'/usr/sbin': {'/usr/sbin': {'user': 933}, 'user': 933}}
[INFO    ] Loading fresh modules for state activity
[INFO    ] Completed state [/usr/sbin] at time 12:45:52.051104 (duration_in_ms=162.01)
[INFO    ] Running state [/opt/so/rules/elastalert] at time 12:45:52.053347
[INFO    ] Executing state file.directory for [/opt/so/rules/elastalert]
[INFO    ] The directory /opt/so/rules/elastalert is in the correct state
[INFO    ] Completed state [/opt/so/rules/elastalert] at time 12:45:52.056561 (duration_in_ms=3.213)
[INFO    ] Running state [/opt/so/conf/elastalert] at time 12:45:52.056759
[INFO    ] Executing state file.directory for [/opt/so/conf/elastalert]
[INFO    ] The directory /opt/so/conf/elastalert is in the correct state
[INFO    ] Completed state [/opt/so/conf/elastalert] at time 12:45:52.058049 (duration_in_ms=1.29)
[INFO    ] Running state [/opt/so/conf/elastalert/modules/so] at time 12:45:52.058244
[INFO    ] Executing state file.directory for [/opt/so/conf/elastalert/modules/so]
[INFO    ] The directory /opt/so/conf/elastalert/modules/so is in the correct state
[INFO    ] Completed state [/opt/so/conf/elastalert/modules/so] at time 12:45:52.059506 (duration_in_ms=1.261)
[INFO    ] Running state [/opt/so/conf/elastalert/modules/custom] at time 12:45:52.059701
[INFO    ] Executing state file.directory for [/opt/so/conf/elastalert/modules/custom]
[INFO    ] The directory /opt/so/conf/elastalert/modules/custom is in the correct state
[INFO    ] Completed state [/opt/so/conf/elastalert/modules/custom] at time 12:45:52.060986 (duration_in_ms=1.285)
[INFO    ] Running state [/opt/so/conf/elastalert/modules/so] at time 12:45:52.061185
[INFO    ] Executing state file.recurse for [/opt/so/conf/elastalert/modules/so]
[INFO    ] The directory /opt/so/conf/elastalert/modules/so is in the correct state
[INFO    ] Completed state [/opt/so/conf/elastalert/modules/so] at time 12:45:52.110618 (duration_in_ms=49.433)
[INFO    ] Running state [/opt/so/conf/elastalert/elastalert_config.yaml] at time 12:45:52.110850
[INFO    ] Executing state file.managed for [/opt/so/conf/elastalert/elastalert_config.yaml]
[INFO    ] File /opt/so/conf/elastalert/elastalert_config.yaml is in the correct state
[INFO    ] Completed state [/opt/so/conf/elastalert/elastalert_config.yaml] at time 12:45:52.126830 (duration_in_ms=15.978)
[INFO    ] Running state [/opt/so/conf/so-status/so-status.conf] at time 12:45:52.127038
[INFO    ] Executing state file.append for [/opt/so/conf/so-status/so-status.conf]
[INFO    ] Executing command git in directory '/root'
[INFO    ] Executing command 'grep' in directory '/root'
[INFO    ] ['unless condition is true']
[INFO    ] Completed state [/opt/so/conf/so-status/so-status.conf] at time 12:45:53.690224 (duration_in_ms=1563.185)
[INFO    ] Running state [so-elasticsearch-wait] at time 12:45:53.690537
[INFO    ] Executing state cmd.run for [so-elasticsearch-wait]
[INFO    ] Executing command 'so-elasticsearch-wait' in directory '/root'
[ERROR   ] Command 'so-elasticsearch-wait' failed with return code: 1
[ERROR   ] stdout: Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (1/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (2/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (3/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (4/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (5/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (6/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (7/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (8/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (9/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (10/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (11/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (12/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (13/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (14/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (15/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (16/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (17/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (18/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (19/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (20/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (21/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (22/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (23/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (24/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (25/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (26/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (27/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (28/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (29/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (30/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (31/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (32/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (33/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (34/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (35/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (36/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (37/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (38/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (39/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (40/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (41/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (42/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (43/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (44/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (45/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (46/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (47/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (48/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (49/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (50/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (51/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (52/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (53/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (54/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (55/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (56/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (57/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (58/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (59/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (60/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (61/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (62/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (63/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (64/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (65/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (66/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (67/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (68/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (69/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (70/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (71/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (72/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (73/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (74/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (75/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (76/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (77/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (78/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (79/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (80/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (81/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (82/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (83/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (84/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (85/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (86/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (87/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (88/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (89/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (90/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (91/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (92/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (93/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (94/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (95/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (96/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (97/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (98/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (99/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (100/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (101/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (102/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (103/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (104/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (105/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (106/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (107/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (108/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (109/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (110/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (111/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (112/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (113/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (114/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (115/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (116/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (117/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (118/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (119/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (120/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (121/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (122/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (123/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (124/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (125/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (126/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (127/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (128/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (129/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (130/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (131/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (132/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (133/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (134/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (135/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (136/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (137/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (138/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (139/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (140/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (141/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (142/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (143/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (144/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (145/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (146/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (147/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (148/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (149/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (150/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (151/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (152/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (153/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (154/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (155/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (156/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (157/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (158/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (159/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (160/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (161/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (162/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (163/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (164/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (165/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (166/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (167/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (168/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (169/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (170/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (171/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (172/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (173/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (174/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (175/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (176/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (177/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (178/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (179/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (180/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (181/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (182/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (183/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (184/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (185/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (186/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (187/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (188/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (189/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (190/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (191/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (192/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (193/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (194/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (195/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (196/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (197/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (198/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (199/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (200/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (201/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (202/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (203/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (204/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (205/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (206/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (207/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (208/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (209/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (210/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (211/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (212/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (213/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (214/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (215/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (216/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (217/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (218/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (219/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (220/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (221/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (222/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (223/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (224/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (225/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (226/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (227/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (228/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (229/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (230/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (231/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (232/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (233/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (234/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (235/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (236/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (237/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (238/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (239/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (240/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (241/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (242/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (243/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (244/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (245/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (246/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (247/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (248/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (249/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (250/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (251/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (252/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (253/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (254/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (255/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (256/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (257/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (258/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (259/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (260/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (261/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (262/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (263/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (264/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (265/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (266/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (267/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (268/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (269/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (270/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (271/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (272/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (273/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (274/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (275/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (276/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (277/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (278/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (279/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (280/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (281/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (282/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (283/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (284/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (285/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (286/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (287/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (288/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (289/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (290/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (291/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (292/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (293/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (294/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (295/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (296/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (297/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (298/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (299/300)
Server is not ready
Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (300/300)
Server is not ready
Server still not ready after 300 attempts; giving up.
[ERROR   ] retcode: 1
[ERROR   ] {'pid': 559805, 'retcode': 1, 'stdout': "Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (1/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (2/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (3/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (4/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (5/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (6/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (7/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (8/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (9/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (10/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (11/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (12/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (13/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (14/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (15/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (16/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (17/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (18/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (19/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (20/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (21/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (22/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (23/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (24/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (25/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (26/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (27/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (28/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (29/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (30/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (31/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (32/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (33/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (34/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (35/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (36/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (37/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (38/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (39/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (40/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (41/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (42/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (43/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (44/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (45/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (46/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (47/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (48/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (49/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (50/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (51/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (52/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (53/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (54/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (55/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (56/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (57/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (58/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (59/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (60/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (61/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (62/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (63/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (64/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (65/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (66/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (67/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (68/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (69/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (70/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (71/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (72/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (73/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (74/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (75/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (76/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (77/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (78/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (79/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (80/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (81/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (82/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (83/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (84/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (85/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (86/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (87/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (88/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (89/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (90/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (91/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (92/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (93/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (94/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (95/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (96/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (97/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (98/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (99/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (100/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (101/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (102/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (103/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (104/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (105/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (106/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (107/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (108/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (109/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (110/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (111/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (112/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (113/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (114/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (115/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (116/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (117/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (118/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (119/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (120/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (121/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (122/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (123/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (124/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (125/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (126/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (127/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (128/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (129/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (130/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (131/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (132/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (133/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (134/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (135/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (136/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (137/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (138/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (139/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (140/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (141/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (142/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (143/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (144/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (145/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (146/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (147/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (148/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (149/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (150/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (151/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (152/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (153/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (154/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (155/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (156/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (157/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (158/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (159/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (160/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (161/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (162/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (163/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (164/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (165/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (166/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (167/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (168/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (169/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (170/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (171/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (172/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (173/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (174/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (175/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (176/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (177/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (178/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (179/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (180/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (181/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (182/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (183/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (184/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (185/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (186/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (187/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (188/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (189/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (190/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (191/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (192/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (193/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (194/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (195/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (196/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (197/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (198/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (199/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (200/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (201/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (202/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (203/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (204/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (205/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (206/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (207/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (208/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (209/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (210/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (211/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (212/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (213/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (214/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (215/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (216/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (217/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (218/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (219/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (220/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (221/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (222/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (223/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (224/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (225/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (226/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (227/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (228/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (229/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (230/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (231/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (232/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (233/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (234/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (235/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (236/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (237/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (238/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (239/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (240/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (241/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (242/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (243/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (244/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (245/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (246/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (247/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (248/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (249/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (250/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (251/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (252/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (253/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (254/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (255/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (256/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (257/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (258/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (259/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (260/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (261/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (262/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (263/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (264/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (265/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (266/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (267/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (268/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (269/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (270/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (271/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (272/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (273/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (274/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (275/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (276/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (277/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (278/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (279/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (280/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (281/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (282/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (283/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (284/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (285/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (286/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (287/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (288/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (289/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (290/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (291/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (292/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (293/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (294/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (295/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (296/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (297/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (298/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (299/300)\nServer is not ready\nWaiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (300/300)\nServer is not ready\nServer still not ready after 300 attempts; giving up.", 'stderr': ''}
[INFO    ] Completed state [so-elasticsearch-wait] at time 12:51:12.830606 (duration_in_ms=319140.065)
[INFO    ] Running state [/opt/so/conf/so-status/so-status.conf] at time 12:51:12.832560
[INFO    ] Executing state file.uncomment for [/opt/so/conf/so-status/so-status.conf]
[INFO    ] Pattern already uncommented
[INFO    ] Completed state [/opt/so/conf/so-status/so-status.conf] at time 12:51:12.835641 (duration_in_ms=3.081)
local:
----------
          ID: elastagroup
    Function: group.present
        Name: elastalert
      Result: True
     Comment: Group elastalert is present and up to date
     Started: 12:45:51.847871
    Duration: 4.039 ms
     Changes:
----------
          ID: elastalert
    Function: user.present
      Result: True
     Comment: User elastalert is present and up to date
     Started: 12:45:51.852693
    Duration: 33.462 ms
     Changes:
----------
          ID: elastalogdir
    Function: file.directory
        Name: /opt/so/log/elastalert
      Result: True
     Comment: The directory /opt/so/log/elastalert is in the correct state
     Started: 12:45:51.887601
    Duration: 1.297 ms
     Changes:
----------
          ID: elastalert_sbin
    Function: file.recurse
        Name: /usr/sbin
      Result: True
     Comment: Recursively updated /usr/sbin
     Started: 12:45:51.889094
    Duration: 162.01 ms
     Changes:
              ----------
              /usr/sbin:
                  ----------
                  /usr/sbin:
                      ----------
                      user:
                          933
                  user:
                      933
----------
          ID: elastarules
    Function: file.directory
        Name: /opt/so/rules/elastalert
      Result: True
     Comment: The directory /opt/so/rules/elastalert is in the correct state
     Started: 12:45:52.053348
    Duration: 3.213 ms
     Changes:
----------
          ID: elastaconfdir
    Function: file.directory
        Name: /opt/so/conf/elastalert
      Result: True
     Comment: The directory /opt/so/conf/elastalert is in the correct state
     Started: 12:45:52.056759
    Duration: 1.29 ms
     Changes:
----------
          ID: elastasomodulesdir
    Function: file.directory
        Name: /opt/so/conf/elastalert/modules/so
      Result: True
     Comment: The directory /opt/so/conf/elastalert/modules/so is in the correct state
     Started: 12:45:52.058245
    Duration: 1.261 ms
     Changes:
----------
          ID: elastacustmodulesdir
    Function: file.directory
        Name: /opt/so/conf/elastalert/modules/custom
      Result: True
     Comment: The directory /opt/so/conf/elastalert/modules/custom is in the correct state
     Started: 12:45:52.059701
    Duration: 1.285 ms
     Changes:
----------
          ID: elastasomodulesync
    Function: file.recurse
        Name: /opt/so/conf/elastalert/modules/so
      Result: True
     Comment: The directory /opt/so/conf/elastalert/modules/so is in the correct state
     Started: 12:45:52.061185
    Duration: 49.433 ms
     Changes:
----------
          ID: elastaconf
    Function: file.managed
        Name: /opt/so/conf/elastalert/elastalert_config.yaml
      Result: True
     Comment: File /opt/so/conf/elastalert/elastalert_config.yaml is in the correct state
     Started: 12:45:52.110852
    Duration: 15.978 ms
     Changes:
----------
          ID: append_so-elastalert_so-status.conf
    Function: file.append
        Name: /opt/so/conf/so-status/so-status.conf
      Result: True
     Comment: unless condition is true
     Started: 12:45:52.127039
    Duration: 1563.185 ms
     Changes:
----------
          ID: wait_for_elasticsearch
    Function: cmd.run
        Name: so-elasticsearch-wait
      Result: False
     Comment: Command "so-elasticsearch-wait" run
     Started: 12:45:53.690541
    Duration: 319140.065 ms
     Changes:
              ----------
              pid:
                  559805
              retcode:
                  1
              stderr:
              stdout:
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (1/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (2/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (3/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (4/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (5/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (6/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (7/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (8/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (9/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (10/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (11/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (12/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (13/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (14/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (15/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (16/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (17/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (18/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (19/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (20/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (21/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (22/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (23/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (24/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (25/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (26/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (27/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (28/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (29/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (30/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (31/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (32/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (33/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (34/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (35/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (36/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (37/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (38/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (39/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (40/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (41/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (42/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (43/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (44/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (45/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (46/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (47/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (48/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (49/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (50/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (51/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (52/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (53/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (54/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (55/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (56/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (57/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (58/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (59/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (60/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (61/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (62/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (63/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (64/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (65/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (66/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (67/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (68/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (69/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (70/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (71/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (72/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (73/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (74/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (75/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (76/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (77/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (78/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (79/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (80/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (81/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (82/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (83/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (84/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (85/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (86/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (87/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (88/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (89/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (90/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (91/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (92/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (93/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (94/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (95/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (96/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (97/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (98/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (99/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (100/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (101/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (102/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (103/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (104/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (105/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (106/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (107/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (108/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (109/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (110/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (111/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (112/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (113/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (114/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (115/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (116/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (117/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (118/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (119/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (120/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (121/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (122/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (123/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (124/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (125/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (126/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (127/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (128/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (129/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (130/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (131/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (132/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (133/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (134/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (135/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (136/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (137/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (138/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (139/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (140/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (141/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (142/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (143/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (144/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (145/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (146/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (147/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (148/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (149/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (150/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (151/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (152/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (153/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (154/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (155/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (156/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (157/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (158/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (159/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (160/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (161/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (162/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (163/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (164/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (165/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (166/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (167/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (168/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (169/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (170/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (171/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (172/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (173/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (174/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (175/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (176/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (177/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (178/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (179/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (180/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (181/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (182/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (183/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (184/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (185/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (186/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (187/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (188/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (189/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (190/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (191/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (192/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (193/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (194/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (195/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (196/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (197/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (198/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (199/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (200/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (201/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (202/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (203/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (204/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (205/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (206/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (207/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (208/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (209/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (210/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (211/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (212/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (213/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (214/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (215/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (216/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (217/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (218/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (219/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (220/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (221/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (222/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (223/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (224/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (225/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (226/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (227/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (228/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (229/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (230/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (231/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (232/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (233/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (234/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (235/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (236/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (237/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (238/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (239/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (240/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (241/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (242/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (243/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (244/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (245/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (246/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (247/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (248/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (249/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (250/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (251/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (252/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (253/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (254/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (255/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (256/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (257/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (258/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (259/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (260/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (261/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (262/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (263/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (264/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (265/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (266/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (267/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (268/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (269/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (270/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (271/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (272/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (273/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (274/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (275/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (276/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (277/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (278/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (279/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (280/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (281/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (282/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (283/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (284/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (285/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (286/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (287/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (288/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (289/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (290/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (291/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (292/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (293/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (294/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (295/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (296/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (297/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (298/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (299/300)
                  Server is not ready
                  Waiting for value 'green open' at 'https://localhost:9200/_cat/indices/.kibana*' (300/300)
                  Server is not ready
                  Server still not ready after 300 attempts; giving up.
----------
          ID: so-elastalert
    Function: docker_container.running
      Result: False
     Comment: One or more requisite failed: elastalert.enabled.wait_for_elasticsearch
     Started: 12:51:12.832467
    Duration: 0.004 ms
     Changes:
----------
          ID: delete_so-elastalert_so-status.disabled
    Function: file.uncomment
        Name: /opt/so/conf/so-status/so-status.conf
      Result: True
     Comment: Pattern already uncommented
     Started: 12:51:12.832560
    Duration: 3.081 ms
     Changes:

Summary for local
-------------
Succeeded: 12 (changed=2)
Failed:     2
-------------
Total states run:     14
Total run time:  320.980 s

No such luck.

Okay, let’s try to get rid of the replicas on the manager.

$ sudo so-elasticsearch-indices-list | grep -v green
health status index                                                         uuid                   pri rep docs.count docs.deleted store.size pri.store.size
yellow open   .internal.alerts-observability.apm.alerts-default-000001      lgWi4qTDTF2g7a2OkzU0iw   1   1          0            0       248b           248b
yellow open   .internal.alerts-observability.logs.alerts-default-000001     saihtTgAShiOgcqD2HnTNQ   1   1          0            0       248b           248b
yellow open   .internal.alerts-observability.metrics.alerts-default-000001  APiFxspZRiOBhGjRR0hXZQ   1   1          0            0       248b           248b
yellow open   .internal.alerts-observability.slo.alerts-default-000001      GFMRWeR0QSG0QE8qwnOJ7g   1   1          0            0       248b           248b
yellow open   .internal.alerts-observability.uptime.alerts-default-000001   grcSxz4iRVC0dK9mlfhbtw   1   1          0            0       248b           248b
yellow open   .internal.alerts-security.alerts-default-000001               Ruu_hHoFS5K0N_h-HVizEw   1   1          0            0       248b           248b
yellow open   .internal.alerts-stack.alerts-default-000001                  FjNDR9IsSgaN4ZaRBn1jgA   1   1          0            0       248b           248b
yellow open   .kibana-observability-ai-assistant-conversations-000001       4zhvh95NTzGPSnvbEptTkQ   1   1          0            0       248b           248b
yellow open   logs-ti_anomali_latest.threatstream-2                         5xz2qptVTcqBsa2_ByFCfQ   1   1          0            0       248b           248b
yellow open   logs-ti_otx_latest.dest_pulses_subscribed-1                   aw5z1-geRyK2dPQ4s48okg   1   1          0            0       248b           248b
yellow open   logs-ti_recordedfuture_latest.threat-1                        EnCNxahDT72jrYWrfosbig   1   1          0            0       248b           248b
yellow open   metrics-endpoint.metadata_current_default                     miovdTmUSpGMcVXHFYJZNA   1   1          0            0       248b           248b

I’m assuming the third column has the name of the indices and the sixth column has the number of replicas.

A round of awk should give us the list of indices to be used when resetting the number of replicas.

$ sudo so-elasticsearch-indices-list | awk '!/^health|^green/{print $3}'
.internal.alerts-observability.apm.alerts-default-000001
.internal.alerts-observability.logs.alerts-default-000001
.internal.alerts-observability.metrics.alerts-default-000001
.internal.alerts-observability.slo.alerts-default-000001
.internal.alerts-observability.uptime.alerts-default-000001
.internal.alerts-security.alerts-default-000001
.internal.alerts-stack.alerts-default-000001
.kibana-observability-ai-assistant-conversations-000001
logs-ti_anomali_latest.threatstream-2
logs-ti_otx_latest.dest_pulses_subscribed-1
logs-ti_recordedfuture_latest.threat-1
metrics-endpoint.metadata_current_default

This is looking good.

for index in `sudo so-elasticsearch-indices-list | awk '!/^health|^green/{print $3}'`; do sudo so-elasticsearch-query $index/_settings -d '{"number_of_replicas":0}' -XPUT; echo; done
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}
{"acknowledged":true}

I put in the echo command for cosmetic reasons.

There has been no change as far as I can tell, but maybe no software has acted on our wishes.

$ sudo so-elasticsearch-indices-list | grep -v green
health status index                                                         uuid                   pri rep docs.count docs.deleted store.size pri.store.size
yellow open   .internal.alerts-observability.apm.alerts-default-000001      lgWi4qTDTF2g7a2OkzU0iw   1   1          0            0       248b           248b
yellow open   .internal.alerts-observability.logs.alerts-default-000001     saihtTgAShiOgcqD2HnTNQ   1   1          0            0       248b           248b
yellow open   .internal.alerts-observability.metrics.alerts-default-000001  APiFxspZRiOBhGjRR0hXZQ   1   1          0            0       248b           248b
yellow open   .internal.alerts-observability.slo.alerts-default-000001      GFMRWeR0QSG0QE8qwnOJ7g   1   1          0            0       248b           248b
yellow open   .internal.alerts-observability.uptime.alerts-default-000001   grcSxz4iRVC0dK9mlfhbtw   1   1          0            0       248b           248b
yellow open   .internal.alerts-security.alerts-default-000001               Ruu_hHoFS5K0N_h-HVizEw   1   1          0            0       248b           248b
yellow open   .internal.alerts-stack.alerts-default-000001                  FjNDR9IsSgaN4ZaRBn1jgA   1   1          0            0       248b           248b
yellow open   .kibana-observability-ai-assistant-conversations-000001       4zhvh95NTzGPSnvbEptTkQ   1   1          0            0       248b           248b
yellow open   logs-ti_anomali_latest.threatstream-2                         5xz2qptVTcqBsa2_ByFCfQ   1   1          0            0       248b           248b
yellow open   logs-ti_otx_latest.dest_pulses_subscribed-1                   aw5z1-geRyK2dPQ4s48okg   1   1          0            0       248b           248b
yellow open   logs-ti_recordedfuture_latest.threat-1                        EnCNxahDT72jrYWrfosbig   1   1          0            0       248b           248b
yellow open   metrics-endpoint.metadata_current_default                     miovdTmUSpGMcVXHFYJZNA   1   1          0            0       248b           248b

I tried rebooting the manager node, but that made no difference.

The worst that can happen is that we have to reinstall everything. At least then the /boot filesystem will be close to 1 GiB in size. I’ve noticed that’s crucial for desktop nodes.


Later on 2024-01-29: The problem might be with Kibana. I ran the following command and after 5 minutes or so, it said the Kibana API is unresponsive.

$ sudo so-kibana-api-check
...
Server is not ready
Server still not ready after 300 attempts; giving up.
Kibana API not accessible, exiting script...

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>