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
and I run humioctl views update bderrly --connection "bar=bderrly"
I see:
$ humioctl views show bderrly
VIEW | REPOSITORY | QUERY PREFIX
+---------+------------+--------------+
bderrly | bar | bderrly
Either the update action should be additive by default or there should be a flag to signal intent to add another connection, e.g. humioctl views update bderrly --add-connection "bar=bderrly".
Of course this opens up the question of how to handle removing a connection. This could be handled with a flag to signal intent to delete the connection, e.g. humioctl views update bderrly --del-connection "foo".
The text was updated successfully, but these errors were encountered:
If I have a view:
and I run
humioctl views update bderrly --connection "bar=bderrly"
I see:
Either the update action should be additive by default or there should be a flag to signal intent to add another connection, e.g.
humioctl views update bderrly --add-connection "bar=bderrly"
.Of course this opens up the question of how to handle removing a connection. This could be handled with a flag to signal intent to delete the connection, e.g.
humioctl views update bderrly --del-connection "foo"
.The text was updated successfully, but these errors were encountered: