Andrew Seward

Results 7 issues of Andrew Seward

For context: ![image](https://user-images.githubusercontent.com/901035/103711361-1d34e480-4f6c-11eb-93ee-0bd2bc42e8d3.png)

I think a screenshot is probably the lowest-effort way to demonstrate this: ![image](https://user-images.githubusercontent.com/901035/94879874-57936080-0416-11eb-9e2c-60906ea77c48.png) For context, this came about during the screenshot above when I tried to do this: ```sh until...

https://www.elastic.co/guide/en/elasticsearch/reference/5.6/indices-aliases.html should map roughly to the index alias ES api. e.g. ``` $ nox alias create ... $ nox alias delete ... $ nox alias show ...

Currently what we do is something like ```sh nox cat indices | grep -e 'my_cool_index' -e 'status' ``` and if you don't remember to add the `-e 'status'` bit, you...

enhancement

Tried running `nox kibana` in tugboat, having gone into the Elasticsearch stateful set for a deployment, and got this: ``` root@pz01-procore-elasticsearch-0:/usr/share/elasticsearch# nox kibana panic: runtime error: slice bounds out of...

bug