Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Aug 20, 2024
1 parent 2763b02 commit b6fec99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/incontext_insight/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ class AlertingPlugin implements Plugin<{}, {}, AlertingSetupDeps> {
summary:
'Per query monitors are a type of alert monitor that can be used to identify and alert on specific queries that are run against an OpenSearch index; for example, queries that detect and respond to anomalies in specific queries. Per query monitors only trigger one alert at a time.',
suggestions: ['How to better configure my monitor?'],
agentRole: 'alerts',
contextProvider: () => { return 'some additional context'},
},
{
key: 'content_panel_Data source',
summary:
'OpenSearch data sources are the applications that OpenSearch can connect to and ingest data from.',
suggestions: ['What are the indices in my cluster?'],
agentRole: 'alerts',
contextProvider: () => { return 'some additional context'},
},
]);
}
Expand Down

0 comments on commit b6fec99

Please sign in to comment.