update_exclusion_rule
Update Exclusion Rule
Update an existing exclusion rule's title, filters, or active state.
update_exclusion_rule
Update an existing exclusion rule's title, filters, or active state.
list_boards
List all boards (dashboards) in the LogDNA account. Boards are visual dashboards composed of graphs and widgets for monitoring log data.
get_usage
Retrieve aggregated log usage information for the LogDNA account. Can be broken down by apps, hosts, or tags. Usage is reported as bytes used, with daily granularity.
get_view
Retrieve the configuration of a specific saved view by its ID, including its query, filters, and alert channels.
save_archive_config
Create or update the archiving configuration for long-term log storage. Supports IBM Cloud Object Storage, Amazon S3, Azure Blob Storage, Google Cloud Storage, DigitalOcean Spaces, and OpenStack Swift. Only one configuration may exist at a time; saving a new one replaces the existing configuration.
get_archive_config
Retrieve the current archiving configuration for long-term log storage. Only one archiving configuration may exist at a time.
delete_view
Delete a saved log view and any attached alerts by its ID.
create_preset_alert
Create a new account-wide preset alert with one or more notification channels (email, webhook, or PagerDuty). Preset alerts are global and not tied to a specific view.
create_exclusion_rule
Create a new exclusion rule to prevent certain logs from being stored. Filter by apps, hosts, or query patterns. Optionally use "indexOnly" to keep logs searchable without long-term storage.
delete_board
Delete a board (dashboard) by its ID.
delete_archive_config
Delete the current archiving configuration.
get_board
Retrieve the configuration of a specific board by its ID, including its title and widgets.
create_view
Create a new saved log view with optional filters and alert channels. Views allow you to save log queries filtered by apps, hosts, log levels, query strings, and tags.
update_preset_alert
Update an existing preset alert's name and/or notification channels.
get_ingestion_status
Get the current data ingestion status for the LogDNA instance. Returns whether ingestion is active or suspended.
delete_preset_alert
Delete a preset alert by its ID.
list_preset_alerts
List all preset (account-wide) alerts. Preset alerts apply globally across all log data, unlike view-specific alerts.
delete_category
Delete a category by its type and ID.
list_categories
List all categories of a given type. Categories allow logical grouping of views.
update_view
Update an existing saved log view. You can modify the name, query, filters, categories, and alert channels.
ingest_logs
Send log lines to LogDNA for ingestion. Supports sending one or more log lines in a single request, each with optional metadata, app name, log level, and environment. Requires a hostname to identify the source. The ingestion key must be configured in authentication settings.
suspend_ingestion
Suspend data ingestion for the LogDNA instance. This is a two-step process: the first call returns a confirmation token, and the second call (with confirm=true) actually suspends ingestion. This prevents accidental suspension.
resume_ingestion
Resume data ingestion for the LogDNA instance after it has been suspended.
create_board
Create a new board (dashboard) with a title and optional widgets for monitoring log data.
delete_exclusion_rule
Delete an exclusion rule by its ID.
list_exclusion_rules
List all ingestion exclusion rules. Exclusion rules define which logs should be excluded from storage to control costs and reduce noise.
create_category
Create a new category for organizing views. Specify a type (e.g., "views") and a name.
update_category
Update a category's name.
list_views
List all saved log views in the LogDNA account. Views are saved log queries with optional alert configurations.
export_logs
Search and export log lines from LogDNA in JSONL format. Filter by time range, search query, hosts, apps, levels, and tags. Supports pagination for large result sets using the v2 API.
Ingest, search, export, and manage log data from any source. Send log lines with custom metadata, export logs in JSONL format with filtering by time range, hosts, apps, levels, and tags. Create and manage saved views, categories, and dashboards (boards) for log monitoring. Configure preset and view-specific alerts via email, webhook, PagerDuty, or Slack. Set up exclusion rules to filter out unwanted logs, manage archiving to third-party storage like Amazon S3, control ingestion status (suspend/resume), and retrieve aggregated usage reports for apps, hosts, and tags.
Common questions about connecting Logdna to AI agents with Metorial.