mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Profiling] fixing api endpoint (#161387)
Using internal api `/internal/profiling/setup/es_resources`
This commit is contained in:
parent
3b67450d41
commit
3eb387c7dd
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export class ProfilingPlugin implements Plugin {
|
|||
),
|
||||
},
|
||||
hasSetup: async () => {
|
||||
const response = (await coreSetup.http.get('/api/profiling/v1/setup/es_resources')) as {
|
||||
const response = (await coreSetup.http.get('/internal/profiling/setup/es_resources')) as {
|
||||
has_setup: boolean;
|
||||
has_data: boolean;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue