Elasticsearch: set default port to 9200 in ConfigEditor (#20948)

This commit is contained in:
Sofia Papagiannaki 2019-12-08 07:50:54 +02:00 committed by Ryan McKinley
parent 23327fcdea
commit 4ad8b6f030

View File

@ -29,7 +29,7 @@ export const ConfigEditor = (props: Props) => {
return ( return (
<> <>
<DataSourceHttpSettings <DataSourceHttpSettings
defaultUrl={'http://localhost:3100'} defaultUrl={'http://localhost:9200'}
dataSourceConfig={options} dataSourceConfig={options}
showAccessOptions={true} showAccessOptions={true}
onChange={onOptionsChange} onChange={onOptionsChange}