Created
June 12, 2013 22:26
-
-
Save lennartkoopmann/5769676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -XPOST http://localhost:12900/system/indices/ranges/rebuild | |
< HTTP/1.1 202 Accepted | |
... | |
2013-06-13 00:14:09,150 INFO : org.graylog2.systemjobs.SystemJobManager - Submitted SystemJob <org.graylog2.indexer.ranges.RebuildIndexRangesJob> | |
2013-06-13 00:14:09,151 INFO : org.graylog2.indexer.ranges.IndexRangeManager - Re-calculating index ranges. | |
2013-06-13 00:14:09,241 INFO : org.graylog2.indexer.ranges.IndexRangeManager - Index [graylog2_6] is empty. Not calculating ranges. | |
2013-06-13 00:14:09,316 INFO : org.graylog2.indexer.ranges.IndexRangeManager - Calculated range of [graylog2_4] in [75ms]. | |
2013-06-13 00:14:09,323 INFO : org.graylog2.indexer.ranges.IndexRangeManager - Calculated range of [graylog2_5] in [6ms]. | |
2013-06-13 00:14:09,323 INFO : org.graylog2.indexer.ranges.IndexRangeManager - Done calculating index ranges for 3 indices. Took 165ms. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment