DOCS-1724 - Document Monitor Creation Agent in Mobot#6871
Open
JV0812 wants to merge 2 commits into
Open
Conversation
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>
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. |
4 tasks
| - 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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. | ||
|
|
There was a problem hiding this comment.
Also can add note that agent can't disable or delete the monitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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.blog-service/2026-07-10-search.md— service release note.Open items before merge (SME confirmation)
{/* TODO */}in the new page.Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1724