get_logs_metric | SELECT | metric_id, dd_site | Get a specific log-based metric from your organization. |
list_logs_metrics | SELECT | dd_site | Get the list of configured log-based metrics with their definitions. |
create_logs_metric | INSERT | data__data, dd_site | Create a metric based on your ingested logs in your organization. Returns the log-based metric object from the request body when the request is successful. |
delete_logs_metric | DELETE | metric_id, dd_site | Delete a specific log-based metric from your organization. |
_get_logs_metric | EXEC | metric_id, dd_site | Get a specific log-based metric from your organization. |
_list_logs_metrics | EXEC | dd_site | Get the list of configured log-based metrics with their definitions. |
update_logs_metric | EXEC | metric_id, data__data, dd_site | Update a specific log-based metric from your organization. Returns the log-based metric object from the request body when the request is successful. |