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
-[`apikey create`](#apikey-create)— Create an API key for ingestion.
62
65
-[`apikey list`](#apikey-list)— List available API keys.
63
66
-[`apikey remove`](#apikey-remove)— Remove an API key from the server.
64
-
-`app`
67
+
-`app`
65
68
-[`app define`](#app-define)— Generate an app definition for a .NET `[SeqApp]` plug-in.
66
69
-[`app run`](#app-run)— Host a .NET `[SeqApp]` plug-in.
67
-
-[`config`](#config)— View and set fields in the `SeqCli.json` file; run with no arguments to list all fields.
68
-
-`dashboard`
70
+
-[`config`](#config)— View and set fields in the `SeqCli.json` file; run with no arguments to list all fields.
71
+
-`dashboard`
69
72
-[`dashboard list`](#dashboard-list)— List dashboards.
70
73
-[`dashboard remove`](#dashboard-remove)— Remove a dashboard from the server.
71
74
-[`dashboard render`](#dashboard-render)— Produce a CSV or JSON result set from a dashboard chart.
72
-
-`feed`
75
+
-`feed`
73
76
-[`feed create`](#feed-create)— Create a NuGet feed.
74
77
-[`feed list`](#feed-list)— List NuGet feeds.
75
78
-[`feed remove`](#feed-remove)— Remove a NuGet feed from the server.
76
-
-[`help`](#help)— Show information about available commands.
77
-
-[`ingest`](#ingest)— Send log events from a file or `STDIN`.
78
-
-[`license apply`](#license-apply)— Apply a license to the Seq server.
79
-
-[`log`](#log)— Send a structured log event to the server.
80
-
-`node`
79
+
-[`help`](#help)— Show information about available commands.
80
+
-[`ingest`](#ingest)— Send log events from a file or `STDIN`.
81
+
-[`license apply`](#license-apply)— Apply a license to the Seq server.
82
+
-[`log`](#log)— Send a structured log event to the server.
83
+
-`node`
81
84
-[`node demote`](#node-demote)— Begin demotion of the current leader node.
82
85
-[`node health`](#node-health)— Probe a Seq node's `/health` endpoint, and print the returned HTTP status code, or 'Unreachable' if the endpoint could not be queried.
83
86
-[`node list`](#node-list)— List nodes in the Seq cluster.
84
-
-[`print`](#print)— Pretty-print events in CLEF/JSON format, from a file or `STDIN`.
85
-
-`profile`
87
+
-[`print`](#print)— Pretty-print events in CLEF/JSON format, from a file or `STDIN`.
88
+
-`profile`
86
89
-[`profile create`](#profile-create)— Create or replace a connection profile.
87
90
-[`profile list`](#profile-list)— List connection profiles.
88
91
-[`profile remove`](#profile-remove)— Remove a connection profile.
89
-
-[`query`](#query)— Execute an SQL query and receive results in CSV format.
90
-
-`retention`
92
+
-[`query`](#query)— Execute an SQL query and receive results in CSV format.
93
+
-`retention`
91
94
-[`retention create`](#retention-create)— Create a retention policy.
92
95
-[`retention list`](#retention-list)— List retention policies.
93
96
-[`retention remove`](#retention-remove)— Remove a retention policy from the server.
94
-
-`sample`
97
+
-`sample`
95
98
-[`sample ingest`](#sample-ingest)— Log sample events into a Seq instance.
96
99
-[`sample setup`](#sample-setup)— Configure a Seq instance with sample dashboards, signals, users, and so on.
97
-
-[`search`](#search)— Retrieve log events that match a given filter.
98
-
-`signal`
100
+
-[`search`](#search)— Retrieve log events that match a given filter.
101
+
-`signal`
99
102
-[`signal create`](#signal-create)— Create a signal.
100
103
-[`signal import`](#signal-import)— Import signals in newline-delimited JSON format.
101
104
-[`signal list`](#signal-list)— List available signals.
102
105
-[`signal remove`](#signal-remove)— Remove a signal from the server.
103
-
-[`tail`](#tail)— Stream log events matching a filter.
104
-
-`template`
106
+
-[`tail`](#tail)— Stream log events matching a filter.
107
+
-`template`
105
108
-[`template export`](#template-export)— Export entities into template files.
106
109
-[`template import`](#template-import)— Import entities from template files.
107
-
-`user`
110
+
-`user`
108
111
-[`user create`](#user-create)— Create a user.
109
112
-[`user list`](#user-list)— List users.
110
113
-[`user remove`](#user-remove)— Remove a user from the server.
111
-
-[`version`](#version)— Print the current executable version.
112
-
-`workspace`
114
+
-[`version`](#version)— Print the current executable version.
115
+
-`workspace`
113
116
-[`workspace create`](#workspace-create)— Create a workspace.
114
117
-[`workspace list`](#workspace-list)— List available workspaces.
115
118
-[`workspace remove`](#workspace-remove)— Remove a workspace from the server.
0 commit comments