question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: Ability to view storage space per index?

See original GitHub issue

Hi, is there a prometheus metric to view the total storage consumed by index name?

For example

logstash-2020-07-06: 50gb
logstash-2020-07-05: 20gb

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jonny-wg2commented, Aug 3, 2020

Awesome, I managed to get it working. Changing it to "--indices-stats-metrics", "fielddata,store" fixed the issue. Thanks a bunch for the help.

0reactions
braedoncommented, Jul 14, 2020

Ahh, I think it’s because of your "--indices-stats-metrics", "fielddata" option. That’ll limit the indices stats metrics to only those from the fielddata section. That’s why the logs show queries to /_stats/fielddata, not just /_stats. Sorry, not sure why I didn’t spot that earlier!

You should be able to get the store metrics by changing it to "--indices-stats-metrics", "fielddata,store" (I presume you want to keep --indices-stats-metrics limited to reduce metric load Prometheus?).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Storage Spaces: Frequently Asked Questions (FAQ) - TechNet
This topic discusses common questions about Storage Spaces on Windows Server 2012 R2, Windows Server 2012, Windows 8.1, and Windows 8. For ......
Read more >
Analyze index disk usage API | Elasticsearch Guide [master]
Analyzes the disk usage of each field of an index or data stream. This API might not support indices created in previous Elasticsearch...
Read more >
ElasticSearch find disk space usage - Stack Overflow
To view the overall disk usage/available space on ES cluster you can use the following command: curl ...
Read more >
Oracle: how to find out storage space used by a table?
Click on the Segments tab (and wait...) You will see the size of the table data and the indexes used.
Read more >
How to check the storage on your iPhone and iPad
Depending on the app, you might be able to delete some of its documents and data. If your device is almost full and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found