Skip to main content

Log Ingestion in ObserveOps

Log Ingestion is your centralized gateway for bringing logs from servers, applications, databases, network devices, cloud platforms, and event-based integrations into ObserveOps for monitoring and analysis.

The Log Ingestion Screen

Go to Settings > Observability Pipeline > Log Ingestion.

Log Ingestion screen showing configured sources with SOURCE NAME, IP, LOG TYPES, LAST LOG RECEIVED, ENABLE, and ACTION columns

The grid displays all configured log sources and the monitors provisioned in the system that can act as potential log sources until they are configured:

ColumnDescription
SOURCE NAMEThe name of the source.
IPThe IP address of the log source.
LOG TYPESThe log types being assigned to various logs from this source.
LAST LOG RECEIVEDThe timestamp of the most recent log received from this source.
ENABLEToggle to enable or disable logs from this source.
ACTIONEdit the log source.

Click Add Log Source to connect a new source.

Add a Log Source

Click Add Log Source. A panel opens on the right with six source categories on the left:

CategoryHow Logs Arrive
ApplicationVia MotaAgent installed on the source server.
SyslogsBy remotely enabling r-syslog-forwarding for Linux devices via Log Collection Plugin.
DatabaseVia MotaAgent installed on the database server.
CloudPulled from cloud provider APIs via Log Collection Plugins.
TCP/UDPDirectly over TCP or UDP network connections.
EventsVia MotaAgent (agent-based) or (agentless-based) from Windows, vCenter, Cisco, and others.

Select a category, fill in the form, and click Add Source.

Application logs arrive through MotaAgent installed on the source server.

Add Log Source — Application Sources form showing Ingestion Profile Name, Log Type, Agent, Directory, Include File Pattern, Tags, and Multiline Log Configuration

FieldDescription
Ingestion Profile NameA unique name for this ingestion profile
Log TypeThe log type to assign to logs from this source
AgentSelect the MotaAgent installed on the source server
DirectoryFull path to the directory where log files are stored
Include File PatternFile name or extension to collect. Example: *.log collects all .log files.
Tag(s)Optional tags to attach to all logs from this source
Source Time ZoneThe time zone of the source server

Multiline Log Configuration: Enable this section to handle logs where a single entry spans multiple lines. Configure these settings:

FieldDescription
File PatternFile name or extension that contains multiline logs.
Log PatternA regular expression that matches the first line of each new log entry

After you click Add Source, this configured ingestion profile lists within the selected agent, where you can monitor the last received log timestamp and health of the ingestion profile.

note

If MotaAgent is not yet deployed on the target server, the form shows a "No agent deployed yet?" message. Install MotaAgent first, then return to complete the profile.

-->