Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sawmills.ai/llms.txt

Use this file to discover all available pages before exploring further.

Supported Data Types

📘 Logs

Configuration

FieldTypeRequiredDefault ValueDescription
NameStringtruenoneUnique identifier within Sawmills
AddressStringtrue${env:MY_POD_IP}Address FluentBit source should bind to
PortInttrue8006Port number for binding
The pod’s IP address is retrieved by defining an environment variable MY_POD_IP from the pod’s status field status.podIP. You can access this value using ${env:MY_POD_IP} in your configuration to dynamically reference the pod’s IP at runtime.