Skip to content

Commit b893c23

Browse files
authored
Revert "[Security Solution] Enable ES query debug logging for large bundled package test (#270397)" (#270583)
Reverts #270397. The `elasticsearch.query` debug logger adds too much noise to the test output and doesn't include per-request timings, which is the critical information needed to diagnose the regression.
1 parent cfa774e commit b893c23

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/rules_management/prebuilt_rules/common/configs/edge_cases/ess_air_gapped_with_bundled_large_package.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import type { PrebuiltRuleAsset } from '@kbn/security-solution-plugin/server/lib
1111
import type { FtrConfigProviderContext } from '@kbn/test';
1212
import { PREBUILT_RULES_PACKAGE_NAME } from '@kbn/security-solution-plugin/common/detection_engine/constants';
1313
import { generatePrebuiltRulesPackageZipFile } from '@kbn/security-solution-test-api-clients/prebuilt_rules_package_generation';
14-
import { LOGGING_CONFIG } from '../../../../configs/constants';
1514

1615
const BUNDLED_PACKAGE_DIR = `${os.tmpdir()}/mock_bundled_large_fleet_prebuilt_rules_package`;
1716

@@ -37,10 +36,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
3736
*/
3837
`--xpack.fleet.isAirGapped=true`,
3938
`--xpack.fleet.developer.bundledPackageLocation=${BUNDLED_PACKAGE_DIR}`,
40-
`--logging.loggers=${JSON.stringify([
41-
...LOGGING_CONFIG,
42-
{ name: 'elasticsearch.query', level: 'debug' },
43-
])}`,
4439
],
4540
},
4641
junit: {

0 commit comments

Comments
 (0)