mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elasticsearch: set default port to 9200 in ConfigEditor (#20948)
This commit is contained in:
parent
23327fcdea
commit
4ad8b6f030
@ -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…
Reference in New Issue
Block a user