Chenyang Ji
Chenyang Ji
After trying multiple nyc commands to produce the report from JSON with no luck, I found an interesting behavior of nyc: **You have to be in the parent directory of...
@scrawfor99 Thanks for the comment! That's a very valid point. Previously, when we implemented our API we only allow Admin users to access the API (related PR in security plugin:...
Related PR to add index permissions for the exported index: https://github.com/opensearch-project/security/pull/4229
Documentation issue created: https://github.com/opensearch-project/documentation-website/issues/6945
Hey @rramachand21, we are targeting 2.15 for this change.
Great proposal! From the search visibility point of view, currently the closest thing we can get about the "tenancy" of a search request relies on the thread context injected by...
Also @msfroh, how is > Custom endpoints for different workloads really related to defining the tenancy info (or, associating traffic with a specific user/workload )? Please correct me if I'm...
Here's a simple POC code for the customized and rule-based labeling we have been discussing :) https://github.com/opensearch-project/OpenSearch/pull/13374 I added the ability to attach customized labels in a search query, and...
@deshsidd Thanks for creating the RFC! This feature will be a super useful extension to the current top n queries feature! > Title: Top N Query Shapes by Resource Usage...
> If we come up with the right definition (that reasonably matches what a human would consider "equivalent querie"), we might not even need a setting. I really love this...