The core architecture components, that is; Core Agent, Vector Embedding Engine and Vector Enhanced Search can be configured using their specific configuration TOML files.Specific configuration options for each component are explained. As much as these explanations are considered a good starting point, it is recommended you play around with your configuration options to find what works best for you.
v0.1.0 only supports configuration for the core agent, see Coming Soon
Configures Core Agent to expect your observability data locally, over-the-network or from both sources
Copy
[general]enable_local_mode = true
Local mode set to true when Core Agent is running on the same node as your observability data producer
Over-the-network mode set to true when Core Agent is running on a separate node from your observability data producer
Dual mode set both local and over-the-network mode to true, when Core Agent is running on a node producing observability data but should collect data from another node