Skip to content

Commit

Permalink
Added search for domain to RFS Dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Helma <chelma+github@amazon.com>
  • Loading branch information
chelma committed Nov 19, 2024
1 parent 0b1d394 commit 20b306c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
{
"type": "property",
"property": "DomainName",
"inputType": "input",
"inputType": "select",
"id": "TC_DOMAIN_NAME",
"label": "Target Cluster Domain Name",
"search": "{AWS/ES,ClientId,DomainName} MetricName=\"CPUUtilization\"",
"populateFrom": "DomainName",
"defaultValue": "placeholder-name",
"visible": true
},
Expand Down

0 comments on commit 20b306c

Please sign in to comment.