honeycomb_marker_create
Create markers for datasets to highlight significant events or time ranges, including start/end times, message, type, and optional URL, using the specified dataset slug.
Instructions
Create a new marker for a dataset
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasetSlug | Yes | Dataset slug to create marker for, or 'all' for all datasets | |
| end_time | No | End time for the marker (ISO format), optional for point-in-time markers | |
| message | Yes | Message for the marker | |
| start_time | Yes | Start time for the marker (ISO format) | |
| type | Yes | Type of marker | |
| url | No | URL associated with the marker |