Commit 4ad8b6f0 by Sofia Papagiannaki Committed by Ryan McKinley

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

parent 23327fcd
...@@ -29,7 +29,7 @@ export const ConfigEditor = (props: Props) => { ...@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment