Seq Cli Help
- apikey —
sqcli apikey <sub-command>
- apikey create —
sqcli apikey create
- apikey list —
sqcli apikey list
- apikey remove —
sqcli apikey remove
- apikey update —
sqcli apikey update
- apikey create —
- app —
<sub-command>
- appinstance —
<sub-command>
- bench — Measure query performance
- config — View and set fields in the
SeqCli.json
file; run with no arguments to list all fields - dashboard —
<sub-command>
- expressionindex —
<sub-command>
- feed —
<sub-command>
- help — Show information about available commands
- index —
<sub-command>
- ingest — Send log events from a file or
STDIN
- license —
<sub-command>
- log — Send a structured log event to the server
- node —
<sub-command>
- print — Pretty-print events in
CLEF/JSON
format - profile —
<sub-command>
- query — Execute an SQL query and receive results in
CSV
format - retention —
<sub-command>
- sample —
<sub-command>
- search — Retrieve log events that match a given filter
- setting —
<sub-command>
- signal —
<sub-command>
- tail — Stream log events matching a filter
- template —
<sub-command>
- user —
<sub-command>
- version — Print the current executable version
- workspace —
<sub-command>
apikey
seqcli help apikey
Run api <sub-command>
-- where <sub-command>
is one of these:
- Usage:
seqcli apikey <sub-command> [<args>]
Available sub-commands are:
- create — Create an API key for automation or ingestion
- list — List available API keys
- remove — Remove an API key from the server
- update — Update an existing API key
Type seqcli help apikey <sub-command>
for detailed help
seqcli apikey create
app
app <sub-command>
seqcli help app
Usage: seqcli app <sub-command> [<args>]
Available sub-commands are:
define Generate an app definition for a .NET [SeqApp]
plug-in
install Install an app package
list List installed app packages
run Host a .NET [SeqApp]
plug-in
uninstall Uninstall an app package
update Update an installed app package
Type seqcli help app <sub-command>
for detailed help
appinstance
appinstance <sub-command>
seqcli help appinstance
Usage: seqcli appinstance <sub-command> [<args>]
Available sub-commands are: create Create an instance of an installed app list List instances of installed apps remove Remove an app instance from the server update Update an existing app instance
Type seqcli help appinstance <sub-command>
for detailed help
bench
Measure query performance
seqcli help bench
seqcli bench [
Measure query performance
config
View and set fields in the SeqCli.json
file; run with no arguments to list all fields
seqcli help config
seqcli config [
View and set fields in the SeqCli.json
file; run with no arguments to list all fields
dashboard
seqcli help dashboard
Usage: seqcli dashboard <sub-command> [<args>]
Available sub-commands are:
list List dashboards remove Remove a dashboard from the server render Produce a CSV or JSON result set from a dashboard chart
Type seqcli help dashboard <sub-command>
for detailed help
expressionindex
seqcli help expressionindex
Usage: seqcli expressionindex <sub-command> [<args>]
Available sub-commands are:
create Create an expression index list List expression indexes remove Remove an expression index from the server
Type seqcli help expressionindex <sub-command>
for detailed help
feed
seqcli help feed
Usage: seqcli feed <sub-command> [<args>]
Available sub-commands are: create Create a NuGet feed list List NuGet feeds remove Remove a NuGet feed from the server update Update an existing NuGet feed
Type seqcli help feed <sub-command>
for detailed help
help
Show information about available commands
seqcli help help
seqcli help [
Show information about available commands
Example: seqcli help search
index
seqcli help index
Usage: seqcli index <sub-command> [<args>]
Available sub-commands are: list List indexes suppress Suppress an index
Type seqcli help index <sub-command>
for detailed help
ingest
Send log events from a file or STDIN
seqcli help ingest
seqcli ingest [
Send log events from a file or STDIN
Example: seqcli ingest -i log-*.txt --json --filter="@Level <> 'Debug'" -p Environment=Test
license
<sub-command>
seqcli help license
Usage: seqcli license <sub-command> [<args>]
Available sub-commands are: apply Apply a license to the Seq server
Type seqcli help license <sub-command>
for detailed help
log
Send a structured log event to the server
seqcli help log
seqcli log [
Send a structured log event to the server
Example: seqcli log -m 'Hello, !' -p Name=World -p App=Test
node
<sub-command>
seqcli help node
Usage: seqcli node <sub-command> [<args>]
Available sub-commands are:
demote Begin demotion of the current leader node
health Probe a Seq node's /health
endpoint, and print the returned HTTP s
tatus code, or 'Unreachable' if the endpoint could not be queried
list List nodes in the Seq cluster
Type seqcli help node <sub-command>
for detailed help
Pretty-print events in CLEF/JSON format
seqcli help print
seqcli print [
Pretty-print events in CLEF/JSON format, from a file or STDIN
Example: seqcli print -i log-20201028.clef
profile
<sub-command>
seqcli help profile
Usage: seqcli profile <sub-command> [<args>]
Available sub-commands are: create Create or replace a connection profile list List connection profiles remove Remove a connection profile
Type seqcli help profile <sub-command>
for detailed help
query
Execute an SQL query and receive results in CSV format
seqcli help query
seqcli query [
Execute an SQL query and receive results in CSV format
Example: seqcli query -q "select count(*) from stream group by @Level" --start="2018-02-28T13:00Z"
retention
<sub-command>
seqcli help retention
Usage: seqcli retention <sub-command> [<args>]
Available sub-commands are: create Create a retention policy list List retention policies remove Remove a retention policy from the server update Update an existing retention policy
Type seqcli help retention <sub-command>
for detailed help
sample
<sub-command>
seqcli help sample
Usage: seqcli sample <sub-command> [<args>]
Available sub-commands are: ingest Log sample events into a Seq instance setup Configure a Seq instance with sample dashboards, signals, users, and so on
Type seqcli help sample <sub-command>
for detailed help
search
Retrieve log events that match a given filter
seqcli help search
seqcli search [
Retrieve log events that match a given filter
Example: seqcli search -f "@Exception like '%TimeoutException%'" -c 30
setting
<sub-command>
seqcli help setting
Usage: seqcli setting <sub-command> [<args>]
Available sub-commands are: clear Clear a runtime-configurable server setting names Print the names of all supported settings set Change a runtime-configurable server setting show Print the current value of a runtime-configurable server setting
Type seqcli help setting <sub-command>
for detailed help
signal
<sub-command>
seqcli help signal
Usage: seqcli signal <sub-command> [<args>]
Available sub-commands are: create Create a signal import Import signals in newline-delimited JSON format list List available signals remove Remove a signal from the server update Update an existing signal
Type seqcli help signal <sub-command>
for detailed help
tail
Stream log events matching a filter
seqcli help tail
seqcli tail [
Stream log events matching a filter
template
<sub-command>
seqcli help template
Usage: seqcli template <sub-command> [<args>]
Available sub-commands are: export Export entities into template files import Import entities from template files
Type seqcli help template <sub-command>
for detailed help
user
<sub-command>
seqcli help user
Usage: seqcli user <sub-command> [<args>]
Available sub-commands are: create Create a user list List users remove Remove a user from the server update Update an existing user
Type seqcli help user <sub-command>
for detailed help
version
Print the current executable version
seqcli help version
seqcli version
Print the current executable version
workspace
<sub-command>
seqcli help workspace
Usage: seqcli workspace <sub-command> [<args>]
Available sub-commands are: create Create a workspace list List available workspaces remove Remove a workspace from the server update Update an existing workspace
Type seqcli help workspace <sub-command>
for detailed help