Skip to content

Settings

Settings in the header opens six tabs:

TabWhat it holds
ConnectionsSaved NATS connections. See Connections.
Proto FilesProto sources, versions and the compiled message registry. See Protobuf.
MappingsSubject pattern to message type bindings. See Protobuf.
TemplatesReusable publish presets. See Templates.
PreferencesDisplay, fetching and behavior options. Covered below.
WorkspaceExport and import. See Workspace.

Preferences save to the backend per user, so they follow you across browsers on the same Natscope instance.

Settings
Settings — click to enlarge

Preferences

Five collapsible sections.

Messages

  • Fetch method — Direct or Consumer
  • Default page size — 25, 50, 100 or 250
  • Default direction — Backward or Forward
  • Preview payload cap (KB) — how much of a large payload the list preview renders before you ask for the whole thing

Live

  • Subscription mode — Core NATS or JetStream Ordered
  • Max display rate — messages per second, 0 for unlimited. This throttles rendering, not the subscription. See Live tail.

Display

  • Density — Comfortable or Compact
  • Default view mode — History or Realtime
  • Timestamp format — Relative, Absolute or ISO 8601
  • JSON indent size — 2 or 4 spaces
  • Auto-scroll live — follow new messages in Realtime mode

Publish

  • Publish timeout — JetStream ack timeout, in seconds

Behavior

Confirmations holds one toggle per destructive action:

  • Confirm before deleting a consumer
  • Confirm before deleting a message
  • Confirm before deleting a KV key
  • Confirm before deleting an object
  • Confirm before purging KV key history

Each confirmation dialog also has a Don't ask again checkbox, and Reset all confirmations brings every prompt back. Operations that cannot be undone keep type-to-confirm whatever you set here.

Defaults holds Secure delete by default, which applies secure erase when you delete a message.

Keyboard shortcuts

ShortcutAction
Cmd+K / Ctrl+KOpen the command palette
Cmd+Enter / Ctrl+EnterPublish from the Publish tab

The command palette searches streams, KV buckets and object buckets by name, and carries commands for Go to Streams, Go to KV Stores, Go to Object Stores, Toggle Density and Disconnect.

Released under the Apache License 2.0.