Skip to content

Commit 94b858f

Browse files
committedApr 2, 2024
test 2.13
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
1 parent 5af0fdc commit 94b858f

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed
 

‎config/playground/helm/dev/helm-opensearch-dashboards.yaml

+9-20
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ config:
7878
# Use the consolidated menu and global header bar
7979
opensearchDashboards.branding.useExpandedHeader: false
8080

81-
# home.hero.title: 'Try the Query Assistant'
82-
# home.hero.body: 'Automatically generate complex queries using simple conversational prompts. AI assisted summary helps you navigate and understand errors from your logs.{br}{br}You will be redirected to the AI playground where you will need to login. All the {terms} of the playground still apply.'
83-
# home.hero.externalActionButton: {
84-
# text: 'Login to try',
85-
# link: 'https://ai.playground.opensearch.org/'
86-
# }
87-
# home.hero.img.link: 'https://www.youtube.com/watch?v=VTiJtGI2Sr4'
81+
home.hero.title: 'Try the Query Assistant'
82+
home.hero.body: 'Automatically generate complex queries using simple conversational prompts. AI assisted summary helps you navigate and understand errors from your logs.{br}{br}You will be redirected to the AI playground where you will need to login. All the {terms} of the playground still apply.'
83+
home.hero.externalActionButton: {
84+
text: 'Login to try',
85+
link: 'https://ai.playground.opensearch.org/'
86+
}
87+
home.hero.img.link: 'https://www.youtube.com/watch?v=VTiJtGI2Sr4'
8888

8989
uiSettings:
9090
overrides:
9191
"theme:next": true
92-
"theme:darkMode": true
92+
"home:useNewHomePage": true
9393

9494
data_source.enabled: true
9595
data_source.endpointDeniedIPs: [
@@ -117,17 +117,6 @@ config:
117117
'ff00::/8',
118118
]
119119

120-
# Set enabled to false to hide the authentication method from multiple data source in OpenSearch Dashboards.
121-
# If this setting is commented out, then all three options will be available in OpenSearch Dashboards.
122-
# The default value will be considered as true.
123-
data_source.authTypes:
124-
NoAuthentication:
125-
enabled: true
126-
UsernamePassword:
127-
enabled: true
128-
AWSSigV4:
129-
enabled: false
130-
data_source.hideLocalCluster: true
131120
#Content security policy(csp) settings
132121
csp.rules: [ "connect-src 'self' www.google-analytics.com vectors.maps.opensearch.org tiles.maps.opensearch.org maps.opensearch.org;" ]
133122
csp.warnLegacyBrowsers: false
@@ -204,4 +193,4 @@ extraObjects: []
204193
# specify the external plugins to install.
205194
plugins:
206195
enabled: true
207-
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.13.0/googleAnalytics-2.13.0.zip"]
196+
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.13.0/googleAnalytics-2.13.0.zip", "https://github.com/Flyingliuhub/gademo/releases/download/2.13/queryAssistHero-2.13.zip"]

0 commit comments

Comments
 (0)