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

pull/19331/head^2
Sofia Papagiannaki 6 years ago committed by Ryan McKinley
parent 23327fcdea
commit 4ad8b6f030
  1. 2
      public/app/plugins/datasource/elasticsearch/configuration/ConfigEditor.tsx

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

Loading…
Cancel
Save