You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Agent framework (#1161 ) needs tools to extend functionality. This issue propose to add search monitor and alert tools to it.
Get alerts: read information on
1. most recently triggered alerts
2. other alerts related to that alert by time, service attributes, or infrastructure tags or severity
3. historical trends on that alert and similar alerts
4. any unusual trends in the system behavior as reflected in anomalies or spikes/troughs
5. root cause of the system behavior that generated the alert
What solution would you like?
Agent framework (#1161 ) will provide a general tool framework. We can build search monitor/alerts tools with that framework.
minalsha
changed the title
[FEATURE] POC for Tool development for Search Monitor Tool and Search Alerts Tool
[FEATURE] POC for Tool development for Search Alerts Tool
Oct 24, 2023
minalsha
changed the title
[FEATURE] POC for Tool development for Search Alerts Tool
[FEATURE] Tool development for Search Alerts Tool
Oct 24, 2023
Is your feature request related to a problem?
Agent framework (#1161 ) needs tools to extend functionality. This issue propose to add search monitor and alert tools to it.
Get alerts: read information on
1. most recently triggered alerts
2. other alerts related to that alert by time, service attributes, or infrastructure tags or severity
3. historical trends on that alert and similar alerts
4. any unusual trends in the system behavior as reflected in anomalies or spikes/troughs
5. root cause of the system behavior that generated the alert
What solution would you like?
Agent framework (#1161 ) will provide a general tool framework. We can build search monitor/alerts tools with that framework.
agent_framework_dev
branch: https://github.com/opensearch-project/ml-commons/blob/feature/agent_framework_dev/spi/src/main/java/org/opensearch/ml/common/spi/tools/Tool.javaml-algorithms/src/main/java/org/opensearch/ml/engine/tools/
. A good example is theCatIndices
tool: https://github.com/opensearch-project/ml-commons/blob/feature/agent_framework_dev/ml-algorithms/src/main/java/org/opensearch/ml/engine/tools/CatIndexTool.java which shows how to use the NodeClient (IndicesAdminClient) to fetch Cluster Health statistics.What alternatives have you considered?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: