mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit 500a453f7e
)
Co-authored-by: Efe Gürkan YALAMAN <efeguerkan.yalaman@elastic.co>
This commit is contained in:
parent
4ec184361f
commit
ebbdb6dbb4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const GenerateApiKeyPanel: React.FC = () => {
|
|||
|
||||
const cloudContext = useCloudDetails();
|
||||
|
||||
const DEFAULT_URL = '<ELASTICSEARCH-HOST>:<ELASTICSEARCH-PORT>';
|
||||
const DEFAULT_URL = 'https://localhost:9200';
|
||||
const searchIndexApiUrl =
|
||||
(cloudContext.cloudId && decodeCloudId(cloudContext.cloudId)?.elasticsearchUrl) || DEFAULT_URL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue