Commit graph

38 commits

Author SHA1 Message Date
Peter Pisljar 7454a52e5a adding docs for goal and gauge (#13140)
* adding docs for goal and gauge
2017-07-28 14:42:01 +02:00
Thomas Neirynck bcd9e7dc22 Add region map documentation and rename references from tile map to coordinate map (#12370) 2017-06-29 23:49:26 -04:00
Lisa Cawley e21a133e00 [DOCS] Update Kibana Guide to use shared attributes (#12505)
* [DOCS] Update Kibana Guide to use shared attributes

* [DOCS] Add docs repository path
2017-06-27 10:13:42 -07:00
Thomas Neirynck 2270a6c24f Add Region Map Visualization
- Users can now create choropleth maps. This requires configuring an inner join between the results of a term-aggregation and a reference vector layer. This vector layer needs to be in the GeoJson format. By default, Kibana uses vector layers serverd by a data service hosted by Elastic. Users can also bring in their own layers by adding configuration entries in the kibana.yml. These need to point to a CORS-enabled data service that accepts requests from the Kibana application.
- For clarity, the tilemap is renamed to Coordinate Map.
- A new manifest is published by Elastic. this includes metadata for the available tilemap services, as well as metadata for the available vector data layers.
2017-05-31 16:56:02 -04:00
Nathan Reese ddfd85ed15 move visualization spy page to visualization chapter (#11623) 2017-05-09 10:44:03 -06:00
Thomas Neirynck e227ec7828 link timelion doc (#11559) 2017-05-01 23:49:35 -04:00
Chris Cowan 216386d5c6 Time Series Visual Builder Documentation (#11411)
* Closes #11215 - Documentation for Time Series Visual Builder

* changing from third person to first

* Adding link to TSVB docs
2017-05-01 20:34:15 -05:00
Thomas Neirynck d4c5372267 Visualization doc updates (#11426) 2017-04-28 15:49:48 -04:00
Peter Pisljar b79cb08a28 updating visualize aggregations docs (#11034)
* updating visualize aggregations docs

* fixing based on review
2017-04-25 08:01:02 +02:00
CJ Cenizal c3fc467a14 Update docs for new vis landing page (#11262)
* Update 'Visualizing your Data' doc with copy and screenshots.

* Update 'Creating a Visualization' doc with copy.
2017-04-17 09:35:33 -07:00
Chris Cowan 4f3e625d7f Time Series Metric Visualizations (#9725)
* Initial import

* updating the editor width to match the new specs

* Adding tribe node support

* Adding tests for server libs

* removing bluebird

* removing extra cruft

* Fixing the font sizes

* Fixed the updating code

* Adding brushing

* Fixing linting issues

* Adding global filters

* Adding missing packages

* Default gauge style to half circle

* Fixing the markdown css bug

* Adding tests for the get_vis_data api

* Adding time offset

* Adding time offset to each type

* fixing bugs from time offset

* adding index pattern option to series

* Adding index pattern overrides

* Adding index pattern overrides

* Fixing tests

* Fixing brushing in the vis editor

* Changing the label

* Change the behavior of selecting a pipeline agg when only one exists.

* Refactoring series a bit

* Changing series options to just options

* Making sure we honor the toaster container height

* Adding first tests

* renaming vis_config to panel_config

* renaming vis_config to panel_config

* Adding more tests

* adding more tests

* removing api subdirectory

* refactoring get_vis_data (breaking it up and removing unused imports)

* reorganizing the visualization directory

* Re-organizing directory layouts and moving things to more logical places

* Refactoring React compontents to use ES6 syntax and adding propTypes for each. Also refactored out splats as much as possible.

* Adding serial differencing

* Refactored gauge to use 2 components instead of 4

* Finishing react refactor on visualizations. Consolidated legned funtionality

* Refactoring series config and removing a bunch of duplicate code

* fixing series config name

* Fixing numbers and strings (doesnt matter which it is); Fixing classname

* Changing the way the dark theme works

* Adding new vis into list for test

* Adding empty bucket check

* Fixing the index patterns in the aggs

* Fixing typo

* Refactoring vis_data

* Fixing std_metric

* Fixing refresh-hack

* Adding tests for get_splits, get_last_metric, map_bucket

* Fixing the error handing

* removing restrictions

* Sometimes values are strings or numbers... it doesn't matter

* Adding new color options for splits

* Fixing colors

* fixing size

* Adding support for fitlers agg

* Fixing tests

* Fixing splits for filters

* Fixing Top N to work better with fitlers

* Adding annotation editor

* initial work for annotations

* Finalizing annotations

* Fixing label

* making it expandable

* Fixing hacks fixed by #10175

* Fixing bars to use the same stacking options as lines

* Getting rid of align by colons

* removing unused depends

* removing unused depends

* Changing to readable lodash function

* Adding missing parens

* refactoring custom color picker

* Removing string refs and converting uncontrolled components

* Fixing the controlled components where value maybe null; converting error to css

* refactoring styles from components

* fixing the refresh behavoir borked by fullEditor

* Adding the executor service

* Fixing the test directories

* fixing save

* Adding filter ratios

* Fixing controlled components

* Trying to fix the weird typing

* Fixing offset bug with days

* Adding percentile rank

* Fixing yaxis updates; fixing percentile rank layout; adding steps to line chart

* removing unused depends

* Fixed a bug with the index patterns updating; fixed bug with charts rendering too much

* Fixing tests

* Commenting out React tests because the ENV must have change and they are no longer working

* Moving bucket transform

* moving calculate auto

* Moving calculate_indices

* moving extended_stats_types && get_agg_value

* moving get_buckets_path

* moving get_sibling_agg_value

* moving parse_settings

* moving series_agg

* Moving unit_to_seconds

* Fixing tests

* Fixing per PR

* Renaming vars to make it more clear what's happening

* Changing the way testible functions are exported

* fixing tests

* removing unused imports; fixing typos; fixing package name

* Name has to match the plugin path

* Fixing typos; removing unused imports

* fixing tests

* rearanging and removing unused imports

* Fixing a bug with unque names for radio buttons on the same form

* Fixing filter ratio to use a metric instead of just count

* fixing a bug with the new filter ratios

* Fixing the file path from the #8

* Fixing renderComplete trigger; Fixing embedded mode; Changing names for Timelion and Time Series Visual Builder

* Fixing name

* Fixing docs

* Fixing a typo for the field select for terms splits

* Fixing tests
2017-03-02 13:07:28 -07:00
Peter Pisljar 4c85fd4954 Vislib Point Series Charts (#9642)
* adding vislib chart grid

* updating vislib to correctly render all new features

* adding new options to kibana visualizations

* update vis icon on save

* updating documentation

* fixing unit tests

* cleaning up

* updating based on UI review

* adding visualize editor unit tests

* selenium tests

* additional option tabs

* some more changes to the tabs/options [thanks CJ]

* going back from Category/Value axis to X/Y axis

* fixing unselected dropdown options

* updating based on last UI review

* updating based on last review

* updating based on last review

* fixing issue with axis titles

* allowing to specify only upper or only lower data bound

* updating based on brandons review

* fixing horizontal bar chart labels

* fixing test

* adding backward compatibility

* updating based on last review

* fixing selenium tests
2017-02-15 17:54:42 +01:00
Peter Pisljar ae150f5835 Vislib heatmap visualization (#9403)
* adding UI styles (should extract)

* adding heatmap vislib type

* adding heatmap visualization

* adding documentation

* renaming heatmap options

* fixing options issues

* fixing color selection

* fixing / adding tests

* adding more color schemas

* adding more options

* adding cell labels

* fixing selenium test

* only allow to rotate labels by 90 degrees

* converting color number slider to number input

* hide labels if they don't fit

* fixing small issues

* improved range options

* fixing based on Thomas' review

* rebasing on master and fixing linting issues

* adding selenium tests

* fixing alerts

* fixing padding

* fixing based on review

* fixing math

* fixing custom range options

* removing $timeout

* notification in case labels were hidden

* fixing tests

* fixing based on last review

* fixing based on thomas' review
2016-12-26 19:15:50 +01:00
Thomas Neirynck ac6c4cd3ef improve tag cloud doc (#9356) 2016-12-02 18:56:22 -05:00
Thomas Neirynck 31a6cbab6d Add Tag Cloud Visualization
A tag cloud visualization is a visual representation of text data, typically used to visualize free form text. Tags are usually single words. The font size of word corresponds  with its importance.
2016-11-21 17:03:25 -05:00
Court Ewing c19beafc3c docs: Fix broken ES docs link in create vis docs
There is no median aggregation, it's just the 50th percentile.
2016-10-25 16:32:38 -04:00
debadair 6d5335c51a Docs: Cleaned up viz topic. (#8824) 2016-10-25 14:14:50 -04:00
Court Ewing 8895ae110f docs: Overhaul of doc structure for 5.0+ (#8821)
This overhaul of the docs structure puts Kibana's documentation more
inline with the structure that is used in Elasticsearch. This will help
us better organize the docs going forward as more docs are added.

This also includes a few necessary content changes for 5.0.
2016-10-24 21:41:32 -04:00
Paul Echeverri d44fe946cd Stripped trailing whitespace throughout
Fixes #7655
2016-07-06 17:59:51 -04:00
Paul Echeverri 800a5ab754 Doc updates for 5.0alpha
Fixes #6753
2016-04-05 17:15:37 +00:00
Paul Echeverri 4cce8e878f Updates master with 4.3 docs. 2015-11-24 08:25:14 -08: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
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
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
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 58b2146a9e Incorporated Tanya's last feedback. 2015-02-18 11:26:16 -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
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