Settings in the Kestra UI – Personalize Your Experience

Configure Settings for Kestra.

Personalize your Kestra UI experience

Settings are accessible from the bottom left environment menu. You are able to configure the Kestra UI. These configuration options are on a per-user basis.

Kestra User Interface Settings Page

Main configuration

Options you can configure under Main Configuration include:

  • Default Namespace: e.g., company.team - by default, this is empty. Once set, this will be the default namespace when creating a new flow (otherwise, we use company.team as a placeholder). Also, when navigating to the Flows or Executions pages, it will filter for this default namespace.
  • Default Editor Type: e.g., “YAML Editor” or “No Code Editor”
  • Default Log Level: e.g., TRACE
  • Default Log Display: Expand all, Collapse all, or Expand only failed tasks
  • Execute the Flow: In the same tab or in a new tab
  • Default Execution Tab: Sets which Execution tab you are directed to (e.g., Gantt, Logs, Outputs, etc.) after executing a flow.
  • Default Flow Tab: Sets which flow tab opens by default when you click a flow (e.g., Overview, Topology, Edit, etc.)

Theme preferences

Kestra supports both Light and Dark mode.

You can also configure the Editor independently in Light or Dark mode. In addition, you can adjust the Editor font size and family.

There’s also the option to change the environment name and color to help you identify if you have multiple Kestra instances, for example a dev and prod environment.

Below is a detailed list of the Theme Preferences you can configure:

  • Theme Mode: Dark or Light
  • Chart Color Scheme: Classic (red-green) or Kestra (pink-purple)
  • Editor Theme: Dark or Light
  • Editor Font Size: e.g., 12 — arbitrary integer number
  • Editor Font Family: one of the following:
    • Source Code Pro
    • Courier
    • Times New Roman
    • Book Antiqua
    • Times New Roman Arabic
    • SimSun
  • Automatic Code Folding in the Editor: a toggle, by default toggled off
  • Environment Name: e.g., dev, staging, prod
  • Environment Color: select a color from the color picker

Language and region

  • Language: English, German, Spanish, French, Hindi, Italian, Japanese, Korean, Polish, Portuguese, Russian, or Chinese
  • Time Zone: e.g., Europe/Berlin (UTC+02:00)
  • Date Format: choose one of the following formats:
    • 2024-09-30T12:44:34+02:00
    • 2024-09-30 12:44:34
    • 30/09/2024 12:44:34
    • Sep 30, 2024 12:44 PM
    • Mon, Sep 30, 2024 12:44 PM
    • September 30, 2024 12:44 PM
    • Monday, September 30, 2024 12:44 PM

Export

You can also export all of your flows as a .zip file. This allows you to back up your flows or migrate them to another instance of Kestra.

Was this page helpful?