Maxim Kholod

Results 26 comments of Maxim Kholod

My 5 cents: - do we need a separate `common` at all? I think having it on the same level with `components`, `containers` etc. is confusing as everything that is...

Hi @markov00, thanks for looking into the issue and providing more context! You can find the example of the use case in the linked issue https://github.com/elastic/kibana/issues/162028, we use it in...

@markov00 Thanks for the suggestion, but it won't work for us as we have trend charts where we use this bar representation. I should have shared the full example

What we did recently - we reverted the order of the bars, to have critical ones on top, this way there is a higher chance that they will be visible,...

verified on serverless as a part of 8.15 BC3 QA cycle ![Image](https://github.com/user-attachments/assets/0d8fb371-8745-41ad-bf57-8d0187198e77)

Another issue discovered during the 8.15 BC3 QA cycle

@JordanSh Can you elaborate more on the need for exposing our APIs? I was thinking if we could use the existing Security Data View to query this date, but not...

> How do we encapsulate our REST APIs to be used in different plugins? Can we create a service (maybe as a separate package) to be used in both security_soltuion...

The next step for me is to investigate what approach we could take in building data grids in the flyouts. Options to consider: 1. `CloudSecurityDataTable` used on the Findings page...