From e37c3a4dacd6fcc670bbc976657b41bb0a535264 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Wed, 6 Dec 2017 15:40:12 -0500 Subject: [PATCH] dtr: promote current_issues in rethinkcli docs Signed-off-by: Trapier Marshall --- .../monitor-and-troubleshoot/troubleshoot-with-logs.md | 8 ++++---- .../monitor-and-troubleshoot/troubleshoot-with-logs.md | 8 ++++---- .../monitor-and-troubleshoot/troubleshoot-with-logs.md | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md b/datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md index 720879e3fc..f73ace09dc 100644 --- a/datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md +++ b/datacenter/dtr/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md @@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB queries such as: ```none +# List problems detected within the rethinkdb cluster +> r.db("rethinkdb").table("current_issues") +... + # List all the DBs in RethinkDB > r.dbList() [ 'dtr2', @@ -96,10 +100,6 @@ queries such as: pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada', visibility: 'public' }, ... - -# List problems detected within the rethinkdb cluster -> r.db("rethinkdb").table("current_issues") -... ``` Indvidual DBs and tables are a private implementation detail and may change in DTR diff --git a/datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md b/datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md index 731ddd987a..6098b6a428 100644 --- a/datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md +++ b/datacenter/dtr/2.3/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md @@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB queries such as: ```none +# List problems detected within the rethinkdb cluster +> r.db("rethinkdb").table("current_issues") +... + # List all the DBs in RethinkDB > r.dbList() [ 'dtr2', @@ -96,10 +100,6 @@ queries such as: pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada', visibility: 'public' }, ... - -# List problems detected within the rethinkdb cluster -> r.db("rethinkdb").table("current_issues") -... ``` Indvidual DBs and tables are a private implementation detail and may change in DTR diff --git a/datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md b/datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md index 731ddd987a..6098b6a428 100644 --- a/datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md +++ b/datacenter/dtr/2.4/guides/admin/monitor-and-troubleshoot/troubleshoot-with-logs.md @@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB queries such as: ```none +# List problems detected within the rethinkdb cluster +> r.db("rethinkdb").table("current_issues") +... + # List all the DBs in RethinkDB > r.dbList() [ 'dtr2', @@ -96,10 +100,6 @@ queries such as: pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada', visibility: 'public' }, ... - -# List problems detected within the rethinkdb cluster -> r.db("rethinkdb").table("current_issues") -... ``` Indvidual DBs and tables are a private implementation detail and may change in DTR