Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] adding shard activity view #272

Open
musabdogan opened this issue Nov 28, 2024 · 1 comment
Open

[FEAT] adding shard activity view #272

musabdogan opened this issue Nov 28, 2024 · 1 comment
Assignees
Labels

Comments

@musabdogan
Copy link

Description
It'd be nice to have "shard activity" view in shards view.

The feature is similar to..
The feature is exist in Kibana Stack Monitoring as "shard activity".

  • explain how/where to use the feature - it's fruitful to see how many shards allocated from where to where and especially what is the percentage of the allocation.
  • if applicable, add screenshots to help explain the feature
    image

Additional context
Anything else?
We can use the following command:
GET _cat/recovery?v&h=i,s,t,ty,st,source_node,target_node,f,fp,b,bp,translog_ops_percent&s=ty:desc,index,bp:desc&active_only

The output:

i                                                        s t    ty   st    source_node target_node f   fp    b      bp    translog_ops_percent
.ds-test_nmap_scanner-2024.10.21-000013                0 1.8m peer index data_hot3   data_hot2   160 98.1% 1.4gb  60.3% 100.0%
.ds-test_logs_network_infoblox_test-2024.10.27-000036 2 3.9m peer index data_hot3   data_hot1   295 85.4% 30.6gb 7.2%  100.0%
.ds-test_logs_network_infoblox_test-2024.11.06-000038 2 3.4m peer index data_hot3   data_hot1   132 86.4% 30.6gb 5.3%  100.0%
.ds-test_logs_web_zscaler_test-2024.10.28-000039      0 3.9m peer index data_hot3   data_hot2   307 88.3% 35.3gb 6.3%  100.0%
.ds-test_logs_web_zscaler_test-2024.10.29-000040      0 3.4m peer index data_hot3   data_hot2   479 84.1% 35.2gb 4.6%  100.0%

@psychonaut
Copy link

in cerebro similar functionality looks like this:

Firefox_Screenshot_2025-01-08T09-48-07 942Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants