You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nox cat indices | grep -e 'my_cool_index' -e 'status'
and if you don't remember to add the -e 'status' bit, you don't get column headers in the output.
Would be super handy to be able to provide a pattern to nox cat and have it dislpay the table filtered to matching indices/aliases so you don't have to even pipe to grep in the first place.
Context of motivation for this issue:
The text was updated successfully, but these errors were encountered:
Currently what we do is something like
and if you don't remember to add the
-e 'status'
bit, you don't get column headers in the output.Would be super handy to be able to provide a pattern to
nox cat
and have it dislpay the table filtered to matching indices/aliases so you don't have to even pipe to grep in the first place.Context of motivation for this issue:
![image](https://user-images.githubusercontent.com/901035/86845020-bc306080-c05d-11ea-88b8-fd89005d24ab.png)
The text was updated successfully, but these errors were encountered: