Skip to content

DOCS-1724 - Document Monitor Creation Agent in Mobot#6871

Open
JV0812 wants to merge 2 commits into
mainfrom
DOCS-1724-monitor-creation-agent
Open

DOCS-1724 - Document Monitor Creation Agent in Mobot#6871
JV0812 wants to merge 2 commits into
mainfrom
DOCS-1724-monitor-creation-agent

Conversation

@JV0812

@JV0812 JV0812 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Purpose of this pull request

This pull request documents the new Monitor Creation Agent in Mobot, which lets you create and update logs monitors from plain-language prompts.

Changes:

  • New docs/alerts/monitors/create-monitor-with-mobot.md — supported monitor types (Logs only), detection types (Static, Anomaly, Outlier), fields the agent configures, the conversational create/update walkthrough, and example prompts.
  • docs/search/mobot.md — registers the Monitor Creation Agent as a third agent (intro, At a glance, Getting started table) and adds a dedicated section linking to the new page.
  • sidebars.ts — adds the new page to the Monitors category.
  • docs/alerts/monitors/create-monitor.md — cross-reference tip.
  • New blog-service/2026-07-10-search.md — service release note.

Open items before merge (SME confirmation)

  • Confirm the exact Mobot entry point for selecting the Monitor Creation Agent (walkthrough written generically).
  • Add screenshots — 3 image placeholders are marked with {/* TODO */} in the new page.
  • Confirm final feature/page name.

Select the type of change

  • Minor Changes - Typos, formatting, slight revisions
  • Update Content - Revisions, updating sections
  • New Content - New features, sections, pages, tutorials
  • Site and Tools - .clabot, version updates, maintenance, dependencies, new packages for the site (Docusaurus, Gatsby, React, etc.)

Ticket (if applicable)

https://sumologic.atlassian.net/browse/DOCS-1724

Add a new Create Monitors with Mobot page under Monitors, register the
Monitor Creation Agent as a third agent in the Mobot page, wire the sidebar
and a cross-link from create-monitor, and add a service release note.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@JV0812 JV0812 self-assigned this Jul 7, 2026
@cla-bot cla-bot Bot added the cla-signed Contributor approved, listed in .clabot file label Jul 7, 2026
@kimsauce

kimsauce commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Hi @JV0812 , apologies - this failed the merge window check because sidebars.ts was accidentally omitted from the whitelist. Have a PR now to fix it, and then we can sync this w/main to confirm it passes the check.

- If your organization has one connection, the agent adds it automatically.
- If your organization has more than one connection, the agent lists them and asks which to use.
1. When the configuration looks right, the agent shows a confirmation card. Confirm to create the monitor.<br/>{/* TODO: add screenshot of the confirmation card */}
1. The agent creates the monitor and returns its ID along with the configured conditions.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Along with this mobot shows a chip artifact. Currently on clicking on that user will be redirected to the created monitor. Todo: on clicking on that user will get preview on made on same screen.
Reference Thread


The new monitor appears on the **Monitors** tab, the same as a monitor created through the form.

## Update a monitor in the conversation

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only these field can be updated
  - name
  - description
  - queries
  - triggers
  - notifications
  - queryTimeType

You can update a monitor you created earlier in the same conversation. Tell the agent what to change, and it shows a confirmation card summarizing the update before applying it.

For example, ask the agent to change the trigger threshold from 20 to 15 and the time window to 7 minutes. The agent confirms that the threshold will change from 20 to 15 and the window will change to 7 minutes, and applies the update after you confirm.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also can add note that agent can't disable or delete the monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed Contributor approved, listed in .clabot file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants