Skip to content

Commit

Permalink
Replace datasource references in tests and fixtures; remove unused `i…
Browse files Browse the repository at this point in the history
…ngest/policies` es archiver data
  • Loading branch information
jen-huang committed Jun 29, 2020
1 parent a985661 commit 640c63b
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 1,649 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function ({ getService }: FtrProviderContext) {
monitoring_enabled: ['logs', 'metrics'],
revision: 1,
updated_by: 'elastic',
datasources: [],
package_configs: [],
});
});

Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/es_archives/fleet/agents/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"namespace": "default",
"description": "Config 1",
"status": "active",
"datasources": [],
"package_configs": [],
"is_default": true,
"monitoring_enabled": [
"logs",
Expand Down
6 changes: 3 additions & 3 deletions x-pack/test/functional/es_archives/fleet/agents/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"application_usage_transactional": "965839e75f809fefe04f92dc4d99722a",
"action_task_params": "a9d49f184ee89641044be0ca2950fa3a",
"fleet-agent-events": "3231653fafe4ef3196fe3b32ab774bf2",
"ingest-datasources": "2346514df03316001d56ed4c8d46fa94",
"ingest-package-configs": "2346514df03316001d56ed4c8d46fa94",
"apm-indices": "9bb9b2bf1fa636ed8619cbab5ce6a1dd",
"inventory-view": "5299b67717e96502c77babf1c16fd4d3",
"upgrade-assistant-reindex-operation": "296a89039fc4260292be36b1b005d8f2",
Expand Down Expand Up @@ -1799,7 +1799,7 @@
},
"ingest-agent-configs": {
"properties": {
"datasources": {
"package_configs": {
"type": "keyword"
},
"description": {
Expand Down Expand Up @@ -1834,7 +1834,7 @@
}
}
},
"ingest-datasources": {
"ingest-package-configs": {
"properties": {
"config_id": {
"type": "keyword"
Expand Down
59 changes: 0 additions & 59 deletions x-pack/test/functional/es_archives/ingest/policies/data.json

This file was deleted.

Loading

0 comments on commit 640c63b

Please sign in to comment.