Yizhe Liu

Results 6 issues of Yizhe Liu

Aggregation method: ``` { "aggregation_name": { "min": { "field": "full_name" } } } ``` GET test-index/_mapping: ``` { "test-index" : { "mappings" : { "properties" : { "feature-0" : {...

bug

Move types/interfaces/constants/helpers shared between client and server side as many as possible into single place, to avoid duplicate codes for better maintenance.

enhancement

PR comment: https://github.com/opendistro-for-elasticsearch/anomaly-detection-kibana-plugin/pull/314#r506622667

enhancement

Right now we have issue with global redux used in same page but across multiple components. Current work around is to dispatch action correspondingly on those components. But the downside...

enhancement

Currently we use elastic-chart library to visualize data in AD Kibana. If data is missing in the middle of time periods, there would be a connecting line between the start...

enhancement