Commit graph

14635 commits

Author SHA1 Message Date
Deb Adair
be53f82a42 [DOCS] Set version in EOL notice. 2019-12-10 15:27:22 -08:00
debadair
ac9d0f3462 Add EOL banner. (#52594) 2019-12-10 15:27:16 -08:00
Kaarina Tungseth
ae82cfed4e
Updates to help notes (#50187)
Updated help notes with user-friendly language.
2019-11-11 14:17:23 -05:00
Nik Everett
e831d209cd Docs: Fix upgrade table
Asciidoctor is a bit more picky about the format of the column
specifiers.
2019-10-17 17:58:54 -04:00
Nik Everett
221b662807 Docs: Pin page name (#43819)
This pins a page name so they don't change when we switch to
asciidoctor.
2019-08-28 12:24:55 -04:00
Lisa Cawley
ffd1ba08ae [DOCS] Fixes ordered list for asciidoctor (#36065) 2019-05-03 16:27:10 -07:00
lcawl
09eb8c18ca [DOCS] Removes problematic float attribute 2019-03-27 15:00:07 -07:00
Matt Bargar
2d0af9ad07
Update viewing-field-stats.asciidoc 2018-05-18 12:56:22 -04:00
Matt Bargar
3767fa4946
Update known-plugins.asciidoc 2018-03-26 11:43:53 -04:00
lcawley
63a0da6219 [DOCS] Remove unnecessary X-Pack information 2018-02-01 14:56:47 -08:00
Lisa Cawley
5469c85812 [DOCS] Build Kibana Guide from kibana repo (#16450) 2018-02-01 10:46:28 -08:00
Jonathan Budzenski
8d5f7853d7
Bump node to 6.11.5 (#14568) 2017-10-25 09:31:13 -05:00
Court Ewing
3db8a23016 Bump chromedriver (#14053) 2017-09-19 10:03:32 -04:00
Brandon Kobel
b98b62c8fb Adding "BSD 3-Clause" as a valid license (#13934)
We already have "BSD-3-Clause" as a valid license, but there's a variant
with a space instead of a '-' being used by js-base64 that we need to
accomodate for.
2017-09-11 09:24:25 -04:00
Court Ewing
667a9ad5b6 docs: remove reference to ES host input in console
There is no feature in console to input a generic URL for Elasticsearch
cluster access. This was an accidental carryover from sense.
2017-09-01 08:22:33 -04:00
jerenmb
7bb994276b Spelling corrections (#11908) 2017-08-30 10:57:33 -04:00
Court Ewing
13e10f46bf bump node.js to version 6.11.1 (#12776) 2017-07-11 19:13:49 -04:00
lcawley
ce86b7c3e5 [DOCS] Add index-shared3.asciidoc 2017-06-21 19:37:08 -07:00
Lisa Cawley
04f871f9f1 [DOCS] Add XPack Reporting to Kibana Guide (#12062)
* [DOCS] Add XPack Reporting to Kibana Guide

* [DOCS] Add attributes for private vs open repo builds

* [DOCS] Add index-shared.asciidoc

* [DOCS] Address feedback on index-shared.asciidoc

* [DOCS] Add X-Pack introduction to Kibana Guide

* [DOCS] Add X-Pack installion to Kibana Guide

* [DOCS] Fix duplicate security attribute in index-shared.asciidoc

* [DOCS] Further fix duplicate security attribute in index-shared.asciidoc

* [DOCS] Revert changes to intro and setup

* [DOCS] Split index-shared.asciidoc

* [DOCS] Add index-shared5.asciidoc
2017-06-21 19:36:45 -07:00
Navaneeth Kesavan
2a0a1b0bdc Fixed a minor typo (#8904)
(cherry picked from commit ee1178f2e4)
2017-05-26 15:25:27 -07:00
Brandon Kobel
1ba7679229 Adding WTFPL OR ISC to the list of valid licenses (#11768) 2017-05-12 16:27:03 -04:00
Bhavya RM
11ef09fc3e Update tutorial-load-dataset.asciidoc (#11703)
Changing the tutorial to update it according to the new ES mappings and adding console tested commands.
2017-05-12 12:26:41 -04:00
Joe Fleming
1710678f8b Update tutorial-define-index.asciidoc (#11498)
The steps to add a new index were referring to <5.X KB.

Reported here - https://discuss.elastic.co/t/kibana-5-2-1-documentation-mismatch/73112
2017-04-28 10:33:54 -07:00
Court Ewing
9bad6542d1 readme: remove descriptions of P labels
We removed P labels from the repo entirely, so there's no need to
document them.
2017-04-25 11:04:31 -04:00
Matt Bargar
dcac3a2b83 Fix jpg encoding issue causing weird colors in Chrome (#11367) 2017-04-24 16:28:12 -04:00
Jonathan Budzenski
d5711ef736 Bump node to 6.10.2 (#11039) (#11136) 2017-04-10 16:17:06 -05:00
Court Ewing
70fde33f45 readme: replace snapshots with URP links (#10970)
The unified release process creates snapshots nightly, so we should use
them rather than our own custom snapshot mechanism.
2017-03-30 17:22:48 -04:00
Joe Fleming
6cee4ec8f1 Import saved searches first (#10740)
* import saved searches first
* move saved object type grouping into a helper
2017-03-27 14:55:14 -07:00
Chris Earle
6587cc178e [Build] npm start should ignore coverage directory (#10415)
Running test coverage and running Kibana should not interfere with each other.
2017-03-21 15:55:37 -04:00
yershalom
d4a60eb41a Added the Funnel Visualization plugin (#1073)
Also adds the Cohort analysis and Percent plugins
2017-03-18 11:10:46 -04:00
jasper
053a61401b fixing console documentation (#10794)
Backports PR #10751

**Commit 1:**
fixing console documentation

* Original sha: 271235625b
* Authored by ppisljar <peter.pisljar@gmail.com> on 2017-03-11T20:03:27Z
2017-03-18 09:39:27 -04:00
jasper
a9744de33b build: always run build task in jenkins (#10693)
Backports PR #10689

**Commit 1:**
build: always run build task in jenkins

We always run the build task now in jenkins jobs rather than only in the
core builds. This ensures that the build task runs in PR builds even
though the build artifacts are not used for anything.

Ideally all the selenium tests would run against this build rather than
it just being something that gets ran and forgotten about, but this is a
first step.

* Original sha: 9517d8ded4
* Authored by Court Ewing <court@epixa.com> on 2017-03-03T16:11:20Z
2017-03-03 13:23:30 -05:00
jasper
5feb856fcc [git] ignore yarn.lock file (#10675)
Backports PR #10667

**Commit 1:**
[git] ignore yarn.lock file

* Original sha: e83e26b2bb
* Authored by spalger <spalger@users.noreply.github.com> on 2017-03-02T22:57:40Z
2017-03-03 11:32:33 -05:00
Richard Hoffman
2dc72f1b2d Filter index fields and scripted fields by name only (#10089) 2017-03-01 15:31:08 -07:00
Toby McLaughlin
79662e6df4 [docs] XPACK_SECURTY_ENABLED env var for Docker (#10608) 2017-03-01 09:37:33 -05:00
Toby McLaughlin
b95d733608 Document Monitoring settings under Docker (#10497) 2017-02-23 20:54:03 -05:00
Joe Fleming
40a8d0142c Show warning when importing a missing type (#10521)
* show warning when importing a missing type

* remove template string concatenation
2017-02-23 10:41:25 -07:00
Lukas Ciszewski
103a5bf8ef Update documentation on coordinator node usage (#9960)
* Update production.asciidoc

* Update production.asciidoc

Reorder configuration guide and mention config files.

* Update production.asciidoc

Fix typo.
2017-02-13 17:16:19 -05:00
markwalkom
2c1d1f5c7e Update tutorial-load-dataset.asciidoc (#10298)
Clarified that curl stuff needs to be run in a terminal.

Inspired by https://discuss.elastic.co/t/newbie-stuck-in-1st-tutorial/74660
2017-02-11 09:25:25 -05:00
Dean Fenster
e4dca4f741 Update known-plugins.asciidoc (#9693) 2017-02-06 19:17:35 -05:00
jasper
b125b44859 Bump node to 6.9.5 (#10161)
Backports PR #10135

**Commit 1:**
Bump node to 6.9.5

* Original sha: e00aa661a7
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-02-01T17:07:44Z
2017-02-02 11:00:01 -06:00
Wataru Takase
e6b8d23eff Add a new plugin link (#9955) 2017-01-27 19:43:09 -05:00
Chris Earle
ee13cc9190 Allow build configuration to run on Windows machines (#9951) 2017-01-18 23:23:18 -05:00
Tanya Bragin
fe8c567892 Update managing-fields.asciidoc (#9739)
* Update managing-fields.asciidoc

* Remove references to Groovy
* Add information about Painless
* Link to blog for additional examples

* Update managing-fields.asciidoc

Make editorial changes per @debadair's feedback.
2017-01-17 14:42:53 -05:00
Court Ewing
b6957581d2 bump to 5.1.3 2017-01-12 10:49:13 -05:00
Court Ewing
4cbb1abe63 docs: bump to 5.1.2 2017-01-12 10:47:41 -05:00
Court Ewing
77f91aeffa docs: 5.1.2 release notes 2017-01-12 10:14:14 -05:00
jasper
ed55995668 Fix test (#9720)
Backports PR #9448

The assertion to determine skipping was wrong. This almost always returned true.
2017-01-04 12:18:20 -05:00
Bohyun Kim
20825a22d7 Fix plugin names based on the styleguide 2017-01-03 10:21:38 -08:00
Viorel Rusu
245b090026 docs: new plugin (#9645)
New plugin developed for Kibana 5.0.0. It shows some 3D charts visualizations
2016-12-29 13:17:17 -05:00