|
906 | 906 | }, |
907 | 907 | "title": "LensesHQ Max Jitter Window Milliseconds", |
908 | 908 | "description": "The maximum duration of jitter window in milliseconds for retries in communication with the LensesHQ server." |
| 909 | + }, |
| 910 | + "editorTagLensesHq": { |
| 911 | + "type": "string", |
| 912 | + "title": "Editor Tag", |
| 913 | + "description": "Editor tag for Lenses UX (Lenses HQ connection).", |
| 914 | + "enum": ["Lenses HQ", "Lenses HQ TLS"] |
| 915 | + }, |
| 916 | + "editorTagKafka": { |
| 917 | + "type": "string", |
| 918 | + "title": "Editor Tag", |
| 919 | + "description": "Editor tag for Lenses UX (Kafka connection).", |
| 920 | + "enum": [ |
| 921 | + "Aiven", |
| 922 | + "AWS MSK, SSL/TLS", |
| 923 | + "AWS MSK, mutal SSL/TLS", |
| 924 | + "AWS MSK, IAM", |
| 925 | + "Azure Eventhubs", |
| 926 | + "Confluent Cloud, SASL_SSL, PLAIN", |
| 927 | + "IBM Event Streams", |
| 928 | + "Redpanda", |
| 929 | + "PLAINTEXT", |
| 930 | + "SASL_PLAINTEXT, PLAIN", |
| 931 | + "SASL_PLAINTEXT, SCRAM-SHA-256", |
| 932 | + "SASL_PLAINTEXT, SCRAM-SHA-512", |
| 933 | + "SASL_SSL, PLAIN", |
| 934 | + "SASL_SSL, SCRAM-SHA-256", |
| 935 | + "SASL_SSL, SCRAM-SHA-512", |
| 936 | + "SSL/TLS", |
| 937 | + "Mutual SSL/TLS" |
| 938 | + ] |
| 939 | + }, |
| 940 | + "editorTagZookeeper": { |
| 941 | + "type": "string", |
| 942 | + "title": "Editor Tag", |
| 943 | + "description": "Editor tag for Lenses UX (Zookeeper connection).", |
| 944 | + "enum": ["Zookeeper"] |
| 945 | + }, |
| 946 | + "editorTagConnect": { |
| 947 | + "type": "string", |
| 948 | + "title": "Editor Tag", |
| 949 | + "description": "Editor tag for Lenses UX (Kafka Connect connection).", |
| 950 | + "enum": ["No Auth", "HTTP Basic Auth", "HTTP Basic Auth, SSL/TLS", "HTTP Basic Auth, Mutual SSL/TLS"] |
| 951 | + }, |
| 952 | + "editorTagSchemaRegistry": { |
| 953 | + "type": "string", |
| 954 | + "title": "Editor Tag", |
| 955 | + "description": "Editor tag for Lenses UX (Schema Registry connection).", |
| 956 | + "enum": [ |
| 957 | + "Confluent No Auth", |
| 958 | + "Confluent Basic Auth", |
| 959 | + "Confluent Basic Auth, SSL/TLS", |
| 960 | + "Confluent Basic Auth, Mutual SSL/TLS", |
| 961 | + "Aiven (Karpace)", |
| 962 | + "AWS Glue (Access Keys)", |
| 963 | + "AWS Glue (Credentials chain)", |
| 964 | + "AWS Glue (Assume Role)", |
| 965 | + "IBM Event Streams Registry", |
| 966 | + "ApiCurio" |
| 967 | + ] |
| 968 | + }, |
| 969 | + "editorTagAws": { |
| 970 | + "type": "string", |
| 971 | + "title": "Editor Tag", |
| 972 | + "description": "Editor tag for Lenses UX (AWS connection).", |
| 973 | + "enum": ["AWS Connection for Glue & CloudWatch"] |
| 974 | + }, |
| 975 | + "editorTagWebhook": { |
| 976 | + "type": "string", |
| 977 | + "title": "Editor Tag", |
| 978 | + "description": "Editor tag for Lenses UX (Webhook connection).", |
| 979 | + "enum": ["Webhook"] |
| 980 | + }, |
| 981 | + "editorTagDatadog": { |
| 982 | + "type": "string", |
| 983 | + "title": "Editor Tag", |
| 984 | + "description": "Editor tag for Lenses UX (DataDog connection).", |
| 985 | + "enum": ["DataDog"] |
| 986 | + }, |
| 987 | + "editorTagPagerduty": { |
| 988 | + "type": "string", |
| 989 | + "title": "Editor Tag", |
| 990 | + "description": "Editor tag for Lenses UX (PagerDuty connection).", |
| 991 | + "enum": ["PagerDuty"] |
| 992 | + }, |
| 993 | + "editorTagSlack": { |
| 994 | + "type": "string", |
| 995 | + "title": "Editor Tag", |
| 996 | + "description": "Editor tag for Lenses UX (Slack connection).", |
| 997 | + "enum": ["Slack"] |
| 998 | + }, |
| 999 | + "editorTagSplunk": { |
| 1000 | + "type": "string", |
| 1001 | + "title": "Editor Tag", |
| 1002 | + "description": "Editor tag for Lenses UX (Splunk connection).", |
| 1003 | + "enum": ["Splunk"] |
| 1004 | + }, |
| 1005 | + "editorTagAlertmanager": { |
| 1006 | + "type": "string", |
| 1007 | + "title": "Editor Tag", |
| 1008 | + "description": "Editor tag for Lenses UX (Alert Manager connection).", |
| 1009 | + "enum": ["Alert Manager"] |
909 | 1010 | } |
910 | 1011 | }, |
911 | 1012 | "properties": { |
|
922 | 1023 | "enum": ["lenses-hq"], |
923 | 1024 | "default": "lenses-hq" |
924 | 1025 | }, |
925 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1026 | + "editorTag": { "$ref": "#/definitions/editorTagLensesHq" }, |
926 | 1027 | "version": { "$ref": "#/definitions/version" }, |
927 | 1028 | "tags": { "$ref": "#/definitions/tags" }, |
928 | 1029 | "configuration": { |
|
972 | 1073 | "enum": ["kafka"], |
973 | 1074 | "default": "kafka" |
974 | 1075 | }, |
975 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1076 | + "editorTag": { "$ref": "#/definitions/editorTagKafka" }, |
976 | 1077 | "version": { "$ref": "#/definitions/version" }, |
977 | 1078 | "tags": { "$ref": "#/definitions/tags" }, |
978 | 1079 | "configuration": { |
|
1220 | 1321 | "enum": ["zookeeper"], |
1221 | 1322 | "default": "zookeeper" |
1222 | 1323 | }, |
1223 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1324 | + "editorTag": { "$ref": "#/definitions/editorTagZookeeper" }, |
1224 | 1325 | "version": { "$ref": "#/definitions/version" }, |
1225 | 1326 | "tags": { "$ref": "#/definitions/tags" }, |
1226 | 1327 | "configuration": { |
|
1278 | 1379 | "enum": ["schema-registry"], |
1279 | 1380 | "default": "schema-registry" |
1280 | 1381 | }, |
1281 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1382 | + "editorTag": { "$ref": "#/definitions/editorTagSchemaRegistry" }, |
1282 | 1383 | "version": { "$ref": "#/definitions/version" }, |
1283 | 1384 | "tags": { "$ref": "#/definitions/tags" }, |
1284 | 1385 | "configuration": { |
|
1436 | 1537 | "enum": ["schema-registry"], |
1437 | 1538 | "default": "schema-registry" |
1438 | 1539 | }, |
1439 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1540 | + "editorTag": { "$ref": "#/definitions/editorTagSchemaRegistry" }, |
1440 | 1541 | "version": { "$ref": "#/definitions/version" }, |
1441 | 1542 | "tags": { "$ref": "#/definitions/tags" }, |
1442 | 1543 | "configuration": { |
|
1481 | 1582 | "pattern": "^[a-zA-Z0-9-]+$", |
1482 | 1583 | "default": "connect" |
1483 | 1584 | }, |
1484 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1585 | + "editorTag": { "$ref": "#/definitions/editorTagConnect" }, |
1485 | 1586 | "version": { "$ref": "#/definitions/version" }, |
1486 | 1587 | "tags": { "$ref": "#/definitions/tags" }, |
1487 | 1588 | "configuration": { |
|
1612 | 1713 | "pattern": "^[a-zA-Z0-9-]+$", |
1613 | 1714 | "default": "aws" |
1614 | 1715 | }, |
1615 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1716 | + "editorTag": { "$ref": "#/definitions/editorTagAws" }, |
1616 | 1717 | "version": { "$ref": "#/definitions/version" }, |
1617 | 1718 | "tags": { "$ref": "#/definitions/tags" }, |
1618 | 1719 | "configuration": { |
|
1648 | 1749 | "pattern": "^[a-zA-Z0-9-]+$", |
1649 | 1750 | "default": "webhook" |
1650 | 1751 | }, |
1651 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1752 | + "editorTag": { "$ref": "#/definitions/editorTagWebhook" }, |
1652 | 1753 | "version": { "$ref": "#/definitions/version" }, |
1653 | 1754 | "tags": { "$ref": "#/definitions/tags" }, |
1654 | 1755 | "configuration": { |
|
1679 | 1780 | "pattern": "^[a-zA-Z0-9-]+$", |
1680 | 1781 | "default": "datadog" |
1681 | 1782 | }, |
1682 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1783 | + "editorTag": { "$ref": "#/definitions/editorTagDatadog" }, |
1683 | 1784 | "version": { "$ref": "#/definitions/version" }, |
1684 | 1785 | "tags": { "$ref": "#/definitions/tags" }, |
1685 | 1786 | "configuration": { |
|
1708 | 1809 | "pattern": "^[a-zA-Z0-9-]+$", |
1709 | 1810 | "default": "pagerduty" |
1710 | 1811 | }, |
1711 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1812 | + "editorTag": { "$ref": "#/definitions/editorTagPagerduty" }, |
1712 | 1813 | "version": { "$ref": "#/definitions/version" }, |
1713 | 1814 | "tags": { "$ref": "#/definitions/tags" }, |
1714 | 1815 | "configuration": { |
|
1735 | 1836 | "pattern": "^[a-zA-Z0-9-]+$", |
1736 | 1837 | "default": "slack" |
1737 | 1838 | }, |
1738 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1839 | + "editorTag": { "$ref": "#/definitions/editorTagSlack" }, |
1739 | 1840 | "version": { "$ref": "#/definitions/version" }, |
1740 | 1841 | "tags": { "$ref": "#/definitions/tags" }, |
1741 | 1842 | "configuration": { |
|
1763 | 1864 | "pattern": "^[a-zA-Z0-9-]+$", |
1764 | 1865 | "default": "splunk" |
1765 | 1866 | }, |
1766 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1867 | + "editorTag": { "$ref": "#/definitions/editorTagSplunk" }, |
1767 | 1868 | "version": { "$ref": "#/definitions/version" }, |
1768 | 1869 | "tags": { "$ref": "#/definitions/tags" }, |
1769 | 1870 | "configuration": { |
|
1794 | 1895 | "pattern": "^[a-zA-Z0-9-]+$", |
1795 | 1896 | "default": "my-alertmanager-connection" |
1796 | 1897 | }, |
1797 | | - "editorTag": { "$ref": "#/definitions/editorTag" }, |
| 1898 | + "editorTag": { "$ref": "#/definitions/editorTagAlertmanager" }, |
1798 | 1899 | "version": { "$ref": "#/definitions/version" }, |
1799 | 1900 | "tags": { "$ref": "#/definitions/tags" }, |
1800 | 1901 | "configuration": { |
|
0 commit comments