-
-
Save t-orb/134916765f84abf1885a to your computer and use it in GitHub Desktop.
For jwilder
This file contains 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
> show servers | |
name: data_nodes | |
---------------- | |
id http_addr tcp_addr | |
1 localhost:8086 localhost:8088 | |
name: meta_nodes | |
---------------- | |
id http_addr tcp_addr | |
1 localhost:8091 localhost:8088 | |
> show shards | |
name: _internal | |
--------------- | |
id database retention_policy shard_group start_time end_time expiry_time owners | |
5 _internal monitor 5 2016-02-09T00:00:00Z 2016-02-10T00:00:00Z 2016-02-17T00:00:00Z 1 | |
12 _internal monitor 12 2016-02-10T00:00:00Z 2016-02-11T00:00:00Z 2016-02-18T00:00:00Z 1 | |
13 _internal monitor 13 2016-02-11T00:00:00Z 2016-02-12T00:00:00Z 2016-02-19T00:00:00Z 1 | |
17 _internal monitor 17 2016-02-12T00:00:00Z 2016-02-13T00:00:00Z 2016-02-20T00:00:00Z 1 | |
18 _internal monitor 18 2016-02-13T00:00:00Z 2016-02-14T00:00:00Z 2016-02-21T00:00:00Z 1 | |
19 _internal monitor 19 2016-02-14T00:00:00Z 2016-02-15T00:00:00Z 2016-02-22T00:00:00Z 1 | |
20 _internal monitor 20 2016-02-15T00:00:00Z 2016-02-16T00:00:00Z 2016-02-23T00:00:00Z 1 | |
22 _internal monitor 22 2016-02-16T00:00:00Z 2016-02-17T00:00:00Z 2016-02-24T00:00:00Z 1 | |
name: lg | |
-------- | |
id database retention_policy shard_group start_time end_time expiry_time owners | |
16 lg default 16 2016-02-01T00:00:00Z 2016-02-08T00:00:00Z 2016-02-08T00:00:00Z 1 | |
15 lg default 15 2016-02-08T00:00:00Z 2016-02-15T00:00:00Z 2016-02-15T00:00:00Z 1 | |
21 lg default 21 2016-02-15T00:00:00Z 2016-02-22T00:00:00Z 2016-02-22T00:00:00Z 1 | |
%cat influxdb/meta/node.json | |
{"ID":1,"MetaServers":["localhost:8091"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment