-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Thomas Anagrius edited this page Nov 21, 2018
·
8 revisions
humio users list
humio users create <username> [--name=<name>] [--country=<code>] [--email=<email>] [--root=true] ...
humio users update <username> ([-c] | [--create]) ... // Same arguments as create
humio users show <username>
humio repo list
humio repo rename <old> <new>
humio repo show <name>
humio repo rm <name>
humio repo create <name> [--retention-size=<gb>] [--retention-days=<num>] [--archiving-enabled=<bool>] [--archiving-bucket=<bucket>] [--archiving-region=<region>]
humio repo create --file=<path>
humio repo update <name> ([-c] | [--create]) // same arguments as create
humio repo push <path> ([-c] | [--create])
humio parsers list <repo>
humio parsers push <repo> (<file> | <url> | <github-path>) [--name=<name>] ([-u] | [--update])
humio parsers pull <repo> (<url> | <github-path>) <output-path> [--name=<name>]
humio parsers rm <repo> <name>
humio membership add <view> <username> [--admin-users=<bool>] [--allow-deletion=<bool>]
humio membership rm <view> <username>
humio membership update <view> <username> ([-c] | [--create]) // same arguments as add
humio query-blacklist list [--repo=<name>]
humio query-blacklist add "<pattern>" [--repo=<name>] [--type=exact|regex]
humio query-blacklist rm <blacklist-id>
humio status [node]
humio view list
humio view rename <old> <new>
humio view show <name>
humio view rm <name>
humio view update --file=<path> ([-c] | [--create])
humio dashboard pull <view> <name>
humio dashboard push <view> (<file> | <url> | <github-path>) [--name=<name>] ([-u] | [--update])
humio dashboard rm <view> <name>
humio dashboard links list
humio dashboard links add <name>
humio dashboard links rm <name>