Commit graph

403 commits

Author SHA1 Message Date
Christoph Büscher 3544b66dfa Don't use deprecated config key elasticsearch_url
When following the description from the docs to set the elasticsearch url I got a warning that the key was deprecated. This updates the docs to use the non-deprecated key. I haven't checked if this needs to be updated in other parts of the documentation too.
2016-08-15 14:14:33 +02:00
Lee Drengenberg 13bdc523a5 Merge pull request #7807 from LeeDr/installDocUpdate
Added 'Upgrading Kibana' section to install docs
2016-08-04 22:50:22 -05:00
Lee Drengenberg 48371a432d Update setup.asciidoc 2016-08-03 11:27:32 -05:00
Lee Drengenberg 9ccf1df784 Update setup.asciidoc 2016-07-29 08:40:39 -05:00
Lee Drengenberg ee42c473a9 Change some indented numbered items to bullets 2016-07-28 16:44:16 -05:00
Jonathan Budzenski 3aeeb18fd6
[maps] Set max to 10 2016-07-27 17:50:30 -05:00
Court Ewing 27ea119a9c Elastic Tile Service support for 10 zoom
ETS does not support 10 zoom at the time of this commit, but it will by
the time of the release.
2016-07-27 16:42:07 -04:00
Court Ewing e1fe7005f3 Docs for tilemap and tile service configurability 2016-07-26 14:36:49 -04:00
LeeDr 50d540df4c Updated from review comments, re-commented-out repository part for master 2016-07-25 10:52:16 -05:00
LeeDr 32ed1ceb4d Added 'Upgrading Kibana' section 2016-07-22 13:25:11 -05:00
Clinton Gormley 05de93a72b Update plugins.asciidoc
Fixed asciidoc
2016-07-15 20:00:31 +02:00
Paul Echeverri cd3a89519c Adds images missing from master 2016-07-11 13:19:51 -07:00
Paul Echeverri 35b5c2ab92 Changes top-level layout
Also adds Console to master
2016-07-11 12:30:18 -07:00
Paul Echeverri 70858b06da Updated link to raw
Fixes #7655
2016-07-06 17:59:51 -04:00
Paul Echeverri 9a0dca2739 Fixes broken link in Getting Started
Fixes #7655
2016-07-06 17:59:51 -04:00
Paul Echeverri d44fe946cd Stripped trailing whitespace throughout
Fixes #7655
2016-07-06 17:59:51 -04:00
Jonathan Budzenski dfaf777eef [folder structure] Cleanup missing folder changes, update docs 2016-07-05 17:16:33 -05:00
Paul Echeverri d8953f620d Updates release notes 2016-06-29 14:28:08 -07:00
Paul Echeverri 7711fcd776 Alpha 4 documentation update:
- Updates settings
- Documentation for Upload CSV/Add Data wizard added to Getting Started
- Screenshots updated for new UI
2016-06-29 14:27:53 -07:00
Paul Echeverri c9554811da Updates Kibana with X-Pack Security section 2016-06-29 14:27:47 -07:00
Paul Echeverri 80772679c2 Removes description of checkbox which was, itself, removed earlier. 2016-06-29 14:27:47 -07:00
Jonathan Budzenski 41004fda0f [docs] Update package version 2016-06-13 11:29:06 -05:00
Jonathan Budzenski f9a5cb32ff [docs] Use https on package links 2016-06-13 08:53:55 -05:00
Timothy Sullivan 0c78e59f33 ops: set default interval for stat collection to 5 seconds
When polling the NodeJS server for operations data every 10 seconds, the
data become coarse-looking when viewing it at fine-grain detail. If you
aggregate the data into a date histogram and the bucket size is 10
seconds, then there'll be missing data in every other bucket. That is,
unless the time bounds of the buckets line up PERFECTLY with the time
that operations data was collected, which is unlikely
2016-06-03 13:40:16 -07:00
awochna 7ac9f93a21 Incorrect default elasticsearch.requestTimeout
Documentation says it's 300,000 ms, which is 5 minutes.
The default is actually 30 seconds, or 30,000 ms.
2016-05-16 09:44:41 -07:00
Lukas Olson d8d1a1a65c [status] Rename setting to status.allowAnonymous as it applies to API as well as statusPage 2016-05-13 15:36:56 -07:00
ericamick 44f9e947a0 Update getting-started.asciidoc 2016-05-11 07:47:49 -04:00
Lukas Olson 969c7822a1 Merge pull request #7085 from lukasolson/fix/public-status-page
[statusPage] Allow unauthenticated users to see status page
2016-05-10 13:10:53 -07:00
Lukas Olson 4a822f3f9e [statusPage] Better docs explanation for statusPage.allowAnonymous 2016-05-10 12:50:54 -07:00
Lukas Olson a55615f13e [statusPage] Add statusPage.allowAnonymous to docs 2016-05-10 11:41:19 -07:00
Tyler Smalley 5ae32d1930 Revert "Limit memory overhead" 2016-04-28 15:13:41 -07:00
Tyler Smalley e8e9f589a2 Adds documentation for memory requirements
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-04-26 13:44:42 -07:00
Spencer 40b2645db9 Merge pull request #6759 from bevacqua/feature/config-switch-dow
Added advanced setting to tweak starting day of week
2016-04-20 19:57:52 -05:00
Nicolas Bevacqua 309d6480c1 [merge] Merge with master. 2016-04-18 23:35:09 -03:00
Shaunak Kashyap 65ddf96d34
Only document one option for sending no headers 2016-04-16 05:52:54 -07:00
Shaunak Kashyap 304511715e
Updating documentation 2016-04-15 12:23:43 -07:00
Shaunak Kashyap eeedc54ce8 Merge branch 'master' into gh-6484 2016-04-15 11:29:57 -07:00
Shaunak Kashyap 2149f84aba
Renaming property to make its intent more explicit 2016-04-15 06:11:07 -07:00
Shaunak Kashyap f9f4b79626
Allow for elasticsearch.requestHeaders to be set to null 2016-04-14 17:55:28 -07:00
Shaunak Kashyap 836c740e56 Adding 'authorization' to the default headers list 2016-04-14 16:39:31 -07:00
Shaunak Kashyap b635b2c466
Adding elasticsearch.requestHeaders option to kibana.yml and documentation 2016-04-13 16:56:26 -07:00
Shaunak Kashyap a62c627d35 Removing docs about regex flags 2016-04-12 11:38:41 -07:00
Paul Echeverri 265e00ccba fixes bad markup
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri eafd79ef52 Backs out 5.0.0-alpha1-specific changes
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri 9f70670d33 Feedback on new docs implemented
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri 511124cc97 Updates timepicker images
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri 800a5ab754 Doc updates for 5.0alpha
Fixes #6753
2016-04-05 17:15:37 +00:00
Nicolas Bevacqua 7740d6edd9 [ui] Added advanced setting to tweak starting day of week. Fixes #1855. 2016-04-04 16:23:46 -03:00
Paul Echeverri 123ed240f5 Updates releasenote infrastructure for future releases, adds link to plugin list
Fixes #6616
2016-03-23 18:58:21 +00:00
Paul Echeverri 1f2d9663e0 Changes to add custom labeling to docs 2016-03-21 15:04:51 -07:00
Paul Echeverri d5a7956b41 Adds documentation for plugin --list flag 2016-03-21 15:03:14 -07:00
Paul Echeverri dc88c2e8f8 Adds doc for savedObjects setting 2016-03-21 15:03:14 -07:00
Rashid Khan 5a80f1be66 Fix link to image 2016-03-11 15:20:21 -07:00
Rashid Khan 1787f7704e Fix typo, re: #6415 2016-03-11 13:26:45 -07:00
Timothy Sullivan 2c828aedff [config] add ops.interval config option 2016-03-10 10:50:03 -07:00
Zaar Hai c51a8b5193 Forgot "a" at the end of "kibana" 2016-02-26 18:24:38 +02:00
Zaar Hai a991173fea Fixed typo in dec-src removal instructions 2016-02-26 18:05:11 +02:00
Zaar Hai ec22221dbd Using dedicated repository list file 2016-02-23 12:06:28 +02:00
spalger da5acc499b [es] upgrade to master 2016-02-05 10:22:26 -07:00
LeeDr 8e05e3cd8a Tell users how to tell if they're running init or systemd. 2016-01-29 15:49:04 -06:00
Matthew Bargar 5ffe2b1dfc Link to the top of the Kibana Shield docs to encourage users to read the whole thing 2016-01-20 12:25:53 -05:00
Paul Echeverri f0f639eab0 Several small doc updates for the 4.4 release.
Fixes #5929
2016-01-17 23:38:46 +00:00
Paul Echeverri 83aa03700d Adds documentation for shortened Dashboard link generation
Fixes #5925
2016-01-16 02:53:25 +00:00
Paul Echeverri 549124ba3a Adds documentation for the color picker 2016-01-15 18:26:28 -08:00
Paul Echeverri 797c7098cf New commit to sync personal fork with 4.4 main 2016-01-05 14:54:27 -08:00
Paul Echeverri 09419b7dc4 Fixes merge conflict for PR#5260 2015-12-23 15:15:56 -08:00
Paul Echeverri aa23991c40 Updates plugin manager doc to remove github URL defaults
Fixes #5745
2015-12-21 22:18:26 +00:00
Paul Echeverri 18f8a91dd5 Fixes doubled include statement 2015-11-24 09:03:49 -08:00
Paul Echeverri 4cce8e878f Updates master with 4.3 docs. 2015-11-24 08:25:14 -08:00
Antonio Bonuccelli 15e6e1f1da bug in command to install
changed bin/kibana plugin -i elasticsearch/marvel-ui/latest to bin/kibana plugin -i elasticsearch/marvel/latest
2015-11-17 09:12:18 -07:00
Antonio Bonuccelli 45cf100083 bug in command to remove
change bin/kibana plugin --remove marvel-ui to bin/kibana plugin --remove marvel
2015-11-17 09:10:39 -07:00
Ryan MacLean 46c8f4f874 Update autorefresh.asciidoc
Fixing image link
2015-11-01 17:55:24 -08:00
Clinton Gormley f24507133e Updated Shield docs version to 2.0 2015-10-28 00:43:20 +01:00
Paul Echeverri 4d0898f685 Typo in previous fix 2015-10-22 14:37:46 -07:00
Paul Echeverri eb59dde2d7 Changes links to Shield 2.0 to Shield 2.0-rc1 2015-10-22 14:09:36 -07:00
debadair 664479f2c9 Fixed broken cross doc links. Will need to update ref var to current after 2.0 release. 2015-10-22 10:37:12 -07:00
Matt Brown d544a8fd4c getting-started: fix inconsistent name of sample logs
Link is to logs.jsonl.gz but is referred to with another name in instructions on how to unzip.
2015-10-15 12:45:36 -07:00
Paul Echeverri 142c158c02 Merge pull request #5035 from palecur/relnotes
Adds release notes for Kibana 4.2, minor cleanup elsewhere.
2015-10-08 11:34:08 -07:00
Paul Echeverri 6b819992d1 Typo fix 2015-10-07 16:44:44 -07:00
Paul Echeverri 1cfcdad770 Updates release notes for 4.2 2015-10-07 16:35:07 -07:00
Paul Echeverri 0b32f8f40c Merge pull request #5018 from palecur/appbar
Initial commit for App Switcher docs
2015-10-07 15:59:36 -07:00
Paul Echeverri 98dec6d456 Refactors plugin documentation 2015-09-25 17:11:50 -07:00
Paul Echeverri 7ea7c08a19 Refactors layout of Release notes page. 2015-09-25 17:06:44 -07:00
Paul Echeverri e243f741f3 Adds release notes for Kibana 4.2, minor cleanup elsewhere. 2015-09-24 14:48:31 -07:00
Joe Fleming a22719db60 update docs 2015-09-23 13:40:26 -07:00
Paul Echeverri aedafb13f5 Update to dashboard theming doc 2015-09-23 10:46:06 -07:00
Paul Echeverri a284811ffb Updates dashboard settings instructions. 2015-09-23 10:46:06 -07:00
Paul Echeverri da02513bac Resizes images to standard. 2015-09-23 10:46:06 -07:00
Paul Echeverri 80d3eba9b7 Updates Dashboard documentation for new feature: dark theme 2015-09-23 10:46:06 -07:00
Paul Echeverri ea4e4dcc84 Initial commit for App Switcher docs 2015-09-22 18:19:56 -07:00
Paul Echeverri 182919c793 Merge branch 'plugin' to add information on plugin management. 2015-09-18 15:58:19 -07:00
Paul Echeverri 410d27cf7b Adds final bits of extra info on plugin removal, typo fixes 2015-09-18 15:54:49 -07:00
Paul Echeverri bb765f3be2 Updates URL supported protocols and install directory default. 2015-09-18 15:24:30 -07:00
Paul Echeverri 90ed486250 Adds information on updating plugins 2015-09-18 14:56:24 -07:00
Paul Echeverri b1e4c82550 Updates attribution string definition 2015-09-17 15:37:55 -07:00
Paul Echeverri 51004a2a08 Stylistic fix, no substantive content change 2015-09-17 15:36:31 -07:00
Paul Echeverri 928907756c Updates plugin management section with new material. 2015-09-16 17:21:46 -07:00
Paul Echeverri 6c9402680d Updates tilemap documentation to add configuration material for third-party WMS servers. 2015-09-16 13:52:47 -07:00
Paul Echeverri f92a6dd1c5 Adds a page on plugin management to address issue #4204. 2015-09-14 20:36:47 -07:00
Jakob Reiter d9a5596f5a Fixed typo (Used the ... to Use the ...) 2015-09-07 16:50:05 +02:00
Spencer 2cf6cb8997 Merge pull request #4861 from palecur/filterlabel
Adds docs on the filter label field
2015-09-05 01:10:17 -07:00
Paul Echeverri f3f6256933 Resizes image to fit standards 2015-09-04 14:40:42 -07:00
Paul Echeverri dc07559971 Typo fix in image call 2015-09-04 14:35:37 -07:00
Paul Echeverri 6034dcb0bc Updates documentation to cover filter labeling functionality. 2015-09-04 14:29:26 -07:00
Paul Echeverri 249c6a8114 Adds information about the Kibana server status page. 2015-09-04 13:16:10 -07:00
Paul Echeverri 2b57a3fd07 Updates deprecation warning. 2015-09-01 13:01:59 -07:00
Paul Echeverri 33e782d57d Updates settings page with new parameters 2015-09-01 12:44:29 -07:00
Paul Echeverri 59ec8549c8 Updates Kibana configuration parameters doc. 2015-08-31 15:47:59 -07:00
Pavel Vaněček a73bf528e3 Update production.asciidoc
fixed typo
2015-08-19 15:24:35 +02:00
debadair c4b79515e8 Fixed broken xrefs to Shield docs. 2015-07-31 11:05:30 -07:00
Clinton Gormley 184dceb362 Docs: Another bad Shield link 2015-07-15 11:02:32 +02:00
Clinton Gormley 365ab3c9ea Docs: Another bad Shield link 2015-07-15 10:58:22 +02:00
Clinton Gormley 2892aa2c44 Docs: Fixed bad Shield links 2015-07-15 10:49:53 +02:00
marvinrichter 6789b9ffa6 Correct the name of the map visualization 2015-06-26 13:56:12 -07:00
Shaunak Kashyap 1889817bb6 Removing yum because we don't support it yet 2015-06-25 17:42:04 +02:00
Sarwar Bhuiyan baba46b661 spelling correction from Dicover to Discover 2015-06-19 13:18:07 +01:00
Clinton Gormley 6e4a57f73a Fixed a bad link in setup.asciidoc 2015-06-10 21:58:37 +02:00
Clinton Gormley fc8a2bf9cc Fixed the :ref: attribute to use the correct URL 2015-06-10 21:54:16 +02:00
Paul Echeverri fcaed905cb Typo fix (accounts.json -> accounts.zip) 2015-05-29 11:08:05 -07:00
Paul Echeverri 5df35aff80 Backs out repo info to be restored at a later date, adds download link for
Logstash dataset in Getting Started
2015-05-29 11:04:37 -07:00
Paul Echeverri 48e2f251b6 Adds information on setting up repositories for Kibana deb & rpm installation. 2015-05-28 15:15:39 -07:00
Paul Echeverri 46ee3abf2c Adds information on the interactions between ES' dynamic mapping feature and
Kibana, in particular the .kibana index, to resolve Issue #3499.
2015-05-28 11:26:02 -07:00
Paul Echeverri 33a51567c4 Fixes bad links, updates a screenshot, changes formattig for What's New 2015-05-28 10:34:06 -07:00
Paul Echeverri aa335453d4 Adds What's New, filter management information, updates several screenshots. 2015-05-28 10:34:06 -07:00
Paul Echeverri 221578f344 Incorporates newest round of feedback. Notable changes:
- Chunking for Settings pages
- Updates several screenshots
- Autorefresh added
- See PR conversation for way more deets
2015-05-28 10:34:06 -07:00
Paul Echeverri 006ef675c8 Refactors to address feedback, new screenshots. 2015-05-28 10:34:05 -07:00
Paul Echeverri 659729a638 This commit adds a quickstart tutorial for Kibana 4 to the documentation. 2015-05-28 10:34:05 -07:00
Paul Echeverri d23414c0e3 Adds updated doc material for the 4.1 release of Kibana, including new
aggregations, changes to the UI, and new functionality for visualizations.
2015-05-28 10:34:05 -07:00
debadair b8166eecf0 Synced with Shield docs. 2015-05-01 12:43:04 -07:00
Paul Echeverri a1dadb5261 Fixes link to dynamic Groovy scripting docs 2015-04-01 17:11:50 -07:00
Paul Echeverri 1788da4435 Fixes a link in Setup, adds a note about dynamic scripting in Settings 2015-04-01 15:33:31 -07:00
Paul Echeverri 4d78246b48 Modifies anchors. 2015-04-01 15:32:53 -07:00
Paul Echeverri e39929d035 Updates to add Visualize Reference material. 2015-04-01 15:32:53 -07:00
SouthWolf 2270592ff2 Fix broken links for Kibana 4 binary packages
Original links (http://www.elastic.co/overview/kibana/installation/) are moved.
Signed off by Fei Song (wp.southwolf@gmail.com)
2015-03-26 09:01:21 -07:00
Andrew Jebasingh e3cbcd308d Update production.asciidoc
Fixed grammar on line 27
2015-03-23 20:57:58 -07:00
Andrew Jebasingh e1b9618956 Update setup.asciidoc
Removed duplicate "you're" on line 38
2015-03-23 20:57:41 -07:00
Khalah Jones-Golden a36f72142c [Docs, Links] Changed all of the relevant links and occurences of the string elasticsearch to take into consideration the rebranding during elasitcon and keynote 2015-03-16 18:22:48 -07:00
debadair 2623d24ba8 Added Load Balancing Across Multiple Elasticsearch Nodes section.
Described how to use an ES client node for load balancing.

Removed (broken) kibana4_server role example.
2015-03-04 12:48:37 -08:00
debadair 5aa4d38888 Removed reference to creating scripted date fields.
Closes #3167
2015-02-25 08:43:31 -08:00
debadair d0a42aea1a Added back troublesome cross document links. 2015-02-24 09:07:20 -08:00
Spencer Alger a618cba713 [readme] remove old docs, link to new ones, mention 1.4.4 req 2015-02-18 19:39:04 -08:00
Paul Echeverri 365d98727d Release Candidate for K4 Documentation 2015-02-18 15:58:34 -08:00
debadair 162d9cd1e0 Changed index(es) to indices. 2015-02-18 12:31:54 -08:00
debadair 03271e9af1 Minor edits. 2015-02-18 12:24:06 -08:00
debadair 410a5a9e96 Updated start page screen cap. 2015-02-18 11:57:25 -08:00
debadair 0d191081f2 Updated screencaps in intro, setup & discover. 2015-02-18 11:26:17 -08:00
debadair 58b2146a9e Incorporated Tanya's last feedback. 2015-02-18 11:26:16 -08:00
debadair ed731f183b Incorporated feedback from Spencer. 2015-02-18 11:26:16 -08:00
debadair a4cd50ddb7 Spellchecked & incorporated Tanya's "What's New" comments. 2015-02-18 11:26:16 -08:00
debadair d23dc1adba Added Discover topic. 2015-02-18 11:26:16 -08:00
debadair 983c8cca7d Fixed description of elasticsearch_preserve_host setting. 2015-02-18 11:26:15 -08:00
debadair fbd5f2c866 Added What's New & Production topics to index, fixed duplicate anchor. 2015-02-18 11:26:15 -08:00
debadair ea5656d433 Incorporated review comments, added Discover Topic. 2015-02-18 11:23:16 -08:00
debadair 6d386a288f Incorporated review comments & added what's new topic. 2015-02-18 11:23:16 -08:00
debadair b9704c8984 Updated the search example in the intro and finished fleshing out the setup and settings topics. 2015-02-18 11:07:43 -08:00
debadair 903de9059d Adding screen caps for examples. 2015-02-18 11:07:43 -08:00
debadair 6578e9be28 Added TFL-based examples to the intro. 2015-02-18 11:07:43 -08:00
debadair 891d217127 Started fleshing out the Setup and Settings topics. 2015-02-18 11:07:43 -08:00
debadair 5927e6d019 Edits to kibana docs. 2015-02-18 11:07:43 -08:00
debadair 82c910a972 Initial intro & setup info. 2015-02-18 11:07:43 -08:00
Paul Echeverri f04ce92f5a Incorporates feedback from D.Adair and T.Bragin 2015-02-18 11:07:43 -08:00
Paul Echeverri 7bce9b87a5 Visualize & Dashboard chapters for K4 documentation, initial draft. 2015-02-18 11:07:42 -08:00
debadair 05af7e0676 Set up doc skeleton for Kibana user guide. 2015-01-23 09:55:57 -08:00
Joe Fleming a06882fcca add comma 2014-10-03 17:23:40 -07:00
Joe Fleming 3af675a741 fix reference to new vis title 2014-10-03 17:23:37 -07:00
Joe Fleming 3eb2bda42a add link to lucene query syntax docs 2014-10-03 16:48:40 -07:00
Joe Fleming 080c1046f0 grammar 2014-10-03 16:30:34 -07:00
Joe Fleming 552ae9b01b grammar 2014-10-03 16:19:22 -07:00
Rashid Khan c54d0f0608 One more capitalization problem in the readme 2014-10-03 11:16:28 -07:00
Rashid Khan d3c076b7f0 Fixing some new capitalization issues 2014-10-03 11:14:04 -07:00
Rashid Khan eaa1d30a38 Fixing capitalization 2014-10-03 11:11:29 -07:00
Rashid Khan d35d6b287d more leslie fixing 2014-10-03 11:09:13 -07:00
Rashid Khan b1431c5af1 Fix Leslie's changes to README.md 2014-10-03 10:19:53 -07:00
Joe Fleming 305fba054f fix internal linking 2014-09-18 15:46:28 -07:00
Spencer Alger 6620a5f0f3 updated docs to start at h2, included doc files in readme 2014-09-18 15:41:08 -07:00
Spencer Alger 1111b4e4d6 updated visualize.md 2014-09-18 15:35:20 -07:00
Joe Fleming bc0b46a0b4 grammar and such 2014-09-18 15:24:41 -07:00
Joe Fleming 44aa0cea50 grammar and such 2014-09-18 15:24:26 -07:00
Chris Cowan 1771e428c5 Fixing spelling errors 2014-09-18 15:22:08 -07:00
Chris Cowan 43196de9da Adding a filters secton to discover 2014-09-18 15:22:08 -07:00
Joe Fleming ec72b29b0a grammar and such 2014-09-18 15:21:01 -07:00
Joe Fleming 6eea5920a7 markdown 2014-09-18 15:16:33 -07:00
Joe Fleming 49802affce grammar and such 2014-09-18 15:15:37 -07:00
Joe Fleming ccc972bbe1 more tweakin 2014-09-18 15:04:13 -07:00
Joe Fleming 8ab1c2476e more tweakin 2014-09-18 15:02:26 -07:00
Joe Fleming d3fe16937a tweakin 2014-09-18 15:02:14 -07:00
Joe Fleming f3709e7125 add advanced edit and tweak object view 2014-09-18 15:02:14 -07:00
Rashid Khan fe48543a89 Dashboard docs review round 2 2014-09-18 15:00:05 -07:00
Rashid Khan f3eb7cc51c Merge branch 'master' of github.com:elasticsearch/kibana4 2014-09-18 14:39:36 -07:00
Rashid Khan 2709eb19ed Elaborated a bit on settings 2014-09-18 14:39:08 -07:00
Spencer f8066373c7 Update quick_start.md 2014-09-18 14:38:41 -07:00
Spencer e6959ae26b Update quick_start.md 2014-09-18 14:38:33 -07:00
Spencer 9f62750c5e Update discover.md 2014-09-18 14:38:07 -07:00
Chris Cowan 9548c45db9 First round of edits 2014-09-18 14:35:41 -07:00
Spencer 79d7732b9b Update discover.md 2014-09-18 14:32:45 -07:00
Joe Fleming 7798e40922 tweaking settings doc 2014-09-18 14:29:00 -07:00
Rashid Khan a3895e3e3c moved settings 2014-09-18 14:26:40 -07:00
Rashid Khan 04b04bfd79 docs review round 1 2014-09-18 14:20:49 -07:00
Spencer c5279332e8 Create discover.md 2014-09-18 14:11:15 -07:00
Spencer b7c304e2f7 Update quick_start.md 2014-09-18 14:11:00 -07:00
Joe Fleming da33603462 move settings and dashboard docs into docs 2014-09-18 14:03:59 -07:00
Chris Cowan 58d6e39cf3 Adding the first draft of the visualize docs 2014-09-18 13:15:22 -07:00
Rashid Khan f19df947b9 Add the first quick start guide 2014-09-18 13:14:10 -07:00