LogoLogo
WebsiteGithubDiscord
  • 🚀Getting Started
    • Ostara 101
    • Why Ostara
    • Quick Start
    • Privacy
    • Changelog
  • 📖Documentation
    • Folders
      • Creating / Updating Folders
    • Agents
      • Agent Version Compatibility Matrix
      • Configuration
        • Service Discovery
          • Internal
          • Kubernetes
          • ZooKeeper
      • Installation
        • Mac/Linux
        • Kubernetes
    • Applications
      • Creating / Updating Applications
    • Instances
      • Creating / Updating Instances
    • Authentication Settings
      • Types
        • None
        • Inherit
        • Basic
        • Bearer Token
        • Header
        • Query String
  • 📗Features
    • Abilities
    • Folder Features
      • Overview
        • Dashboard
        • Applications
    • Agent Features
      • Overview
        • Dashboard
    • Application Features
      • Overview
        • Dashboard
        • Instances
      • Manage
        • Loggers
        • Caches
      • Monitor
        • Metric Notifications
        • Health Notifications
    • Instance Features
      • Insights
        • Dashboard
        • Health
        • Info
        • Metrics
        • System Environment
        • System Properties
        • App Properties
        • Beans
        • HTTP Requests
        • Quartz
        • Scheduled Tasks
        • Mappings
        • Flyway
        • Liquibase
        • Integration Graph
      • Manage
        • Loggers
        • Logfile
        • Caches
        • Togglz
      • JVM
        • Thread Profiling
        • Heap Dump
      • Misc
        • Shutdown
    • In-App Demo
    • Local Backups
  • ⚠️Troubleshooting
    • Connecting to Agents
      • Service Discovery
    • No data for Info
    • Environment variables / System properties / App properties are partially or fully masked
    • Not all requests appear in HTTP Requests
    • Known Issues for Spring Boot 2
Powered by GitBook
On this page
  • Creating an Instance
  • Updating an Instance

Was this helpful?

  1. Documentation
  2. Instances

Creating / Updating Instances

PreviousInstancesNextAuthentication Settings

Last updated 2 years ago

Was this helpful?

Instances require an Actuator URL to be created, you can create one or more at the same time. It is not possible to configure authentication settings at the instance level, as the instance always takes its authentication settings from the app.

Creating an Instance

There are two ways to create a new instance.

The first is by clicking on the + sign in the upper left corner, or anywhere on the tree and selecting Create Instance. When using this approach, you will also be required to supply an application name, and a new application will be created to house your instance.

The second is by right clicking on an existing app and selecting Add Instance, this will automatically pair the new instance with the app upon creation.

In this dialog, you can change the instance's actuator URL, optional alias, and icon.

Updating an Instance

To update an instance, right click on it and hit Update.

In this dialog, you can change the instance's actuator URL, optional alias, and icon.

📖