Skip to content

Commit

Permalink
[Ingest] Agent Config create with sys monitoring (#60111)
Browse files Browse the repository at this point in the history
* Enable Switch for Collecting sys metrics on create form/flyout
* Add support for sys monitoring to `sendCreateAgentConfig()` (FE)
* Added `query` param to create Agent Config API schema and handler
* Create System datasource support in Create Agent config API handler
  • Loading branch information
paul-tavares authored Mar 13, 2020
1 parent 4eba818 commit 0c1c8f8
Show file tree
Hide file tree
Showing 10 changed files with 392 additions and 236 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/ingest_manager/common/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
import * as AgentStatusKueryHelper from './agent_status';

export * from './routes';
export { packageToConfigDatasourceInputs } from './package_to_config';
export { packageToConfigDatasourceInputs, packageToConfigDatasource } from './package_to_config';
export { storedDatasourceToAgentDatasource } from './datasource_to_agent_datasource';
export { AgentStatusKueryHelper };
Loading

0 comments on commit 0c1c8f8

Please sign in to comment.