Rickyanto Ang

Results 4 comments of Rickyanto Ang

Hi @kfirpeled , it seems like the fix this issue has already been included in @opauloh PR (https://github.com/elastic/kibana/pull/176266) the only issue with that PR is that it's breaking some of...

So this flakiness is caused by one of the function in the FTR. This function has the chance to return undefined (it does this randomly, I can only reproduce this...

@kfirpeled so I spent sometime checking this issue and consulted @opauloh So in order to fix this, we can just make "fleet" plugin to be optional for cloudDefend and cloudSecurityPosture...

@kfirpeled Fleet are used in CSP in the following: ``` server/routes/detection_engine/get_detection_engine_alerts_count_by_rule_tags.ts server/routes/benchmark.ts server/routes/benchmark_rules/get_states/get_states.ts server/routes/benchmark_rules/find/find.ts server/routes/benchmark_rules/bulk_action/bulk_action.ts server/routes/setup_routes.ts server/lib/telemetry/collectors/indices_stats_collector.ts server/lib/telemetry/collectors/installation_stats_collector.ts server/plugin.ts public/plugin.ts ``` in Cloud Defend it's used in the following: ```...