-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update settings.asciidoc #9074
Closed
Closed
Update settings.asciidoc #9074
Conversation
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
--------- **Commit 1:** Ignore .out files. Some built-in commands use it for default output (e.g. nohup), and it can be useful to have a handle for temp output. * Original sha: 6db5d4e * Authored by Thomas Neirynck <thomas@elastic.co> on 2016-09-08T16:50:04Z
[backport] PR #8187 to 5.0 - Ignore .out files
--------- **Commit 1:** Fix typo * Original sha: 9090116 * Authored by Matthew Bargar <mbargar@gmail.com> on 2016-09-09T16:37:16Z
[backport] PR #8199 to 5.0
… the window is very short, and instead allows the user to scroll.
This is to support a path.data config setting other than the default.
…lling-nav-overflow [Backport 5.0] Add globalNav styles that prevent the nav items from overlapping when the window is very short.
…file-5.0 [5.0] UUID: Change UUID file naming to ensure that multiple running instances of Kibana use separate data directory
--------- **Commit 1:** Provide method to render without sending .kibana/config * Original sha: 8fdcb83 * Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-09T19:05:07Z **Commit 2:** Provide explicit render methods for including and excluding settings * Original sha: b680ba2 * Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-09T20:41:11Z
[backport] PR #8207 to 5.0
--------- **Commit 1:** [optimizer] move to querystring-browser package for up-to-date api Webpack automatically injects libraries to support many node.js APIs in the browser using the https://github.com/webpack/node-libs-browser package. This package uses https://github.com/mike-spainhower/querystring for the querystring module, but that module hasn't been updated in 4 years and doesn't support the modern querystring api. This change points to the https://github.com/mathiasvr/querystring package instead, which is up to date (specifically it supports the `encodeURIComponent` option of [`querystring.stringify`](https://nodejs.org/api/querystring.html#querystring_querystring_stringify_obj_sep_eq_options). * Original sha: 1030689 * Authored by spalger <spalger@users.noreply.github.com> on 2016-09-09T21:10:50Z
[backport] PR #8209 to 5.0 - [optimizer] move to querystring-browser package for up-to-date api
--------- **Commit 1:** [state/unhashUrl] use encode-uri-query to generate cleanly encoded urls By default, the url.format function stringifies the query object and encodes each parameter with `encodeURIComponent()`. This is effective, but does not match the native browser behavior, which is to only encode the non-`pchar` characters as defined by [rfc3986][1]. Because of this, angular's `$location.search()` function uses a function internally called `encodeUriQuery()` to mimic the browser behavior before updating `location.href`. To bring the same funtionality to the `unhashUrl()` function, the `encodeUriQuery()` was extracted into it's own package and used as the escape handler for `querystring.stringify()` [1]: https://www.ietf.org/rfc/rfc3986.txt * Original sha: d9dac3f * Authored by spalger <spalger@users.noreply.github.com> on 2016-09-09T22:39:57Z
[backport] PR #8212 to 5.0 - do not overencode unhashed states
--------- **Commit 1:** removes the pipeline delete logic from index delete * Original sha: 4972ed5 * Authored by Jim Unger <bigfunger@gmail.com> on 2016-09-08T19:11:50Z
[backport] PR #8190 to 5.0 - removes the pipeline delete logic from index delete
--------- **Commit 1:** Make CSV upload limit configurable Kibana's Upload CSV feature isn't intended for gigantic import jobs, so I originally set a sane default of 1GB. Some users exprssed a desire to import slightly larger files, they should be able to import something that's 1.1GB without being blocked by an arbitrary limit. So I've made the limit configurable via kibana.yml. This change includes a few pieces: * Added optional `kibana.addDataMaxBytes` key to kibana.yml with 1GB default * Set upload data route payload limit based on new config value * Updated help text in UI to use the dynamic config value on the parse csv page * Updated parse csv page to check file size and fail early if the selected file is too big Resolves: #7671 * Original sha: 0503aa8 * Authored by Matthew Bargar <mbargar@gmail.com> on 2016-09-12T18:13:44Z
[backport] PR #8228 to 5.0 - Make CSV upload limit configurable
--------- **Commit 1:** Placeholder app for devtools and modify sense to export a dev tool * Original sha: bac88b3 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-01T23:42:28Z **Commit 2:** Merge branch 'master' into feature/dev-tools * Original sha: 9755f38 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-05T23:22:27Z **Commit 3:** Merge branch 'master' into feature/dev-tools * Original sha: 068854d * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-06T19:55:01Z **Commit 4:** Merge remote-tracking branch 'upstream/master' into feature/dev-tools * Original sha: 657231d * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-07T18:35:46Z **Commit 5:** Move dev tools to new location * Original sha: 51fb821 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-07T23:55:12Z **Commit 6:** Merge branch 'master' into feature/dev-tools * Original sha: ff252b0 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-12T18:06:20Z **Commit 7:** Rename customized ace version for console to consoleAce * Original sha: 4522039 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-12T23:39:38Z **Commit 8:** Merge branch 'master' into feature/dev-tools * Original sha: 02205af * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-07-27T15:29:33Z **Commit 9:** Merge branch 'master' into feature/dev-tools * Original sha: 08fcb97 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-16T23:49:39Z **Commit 10:** Merge branch 'master' into feature/dev-tools * Original sha: 44990e5 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-24T19:51:15Z **Commit 11:** Merge branch 'master' into feature/dev-tools * Original sha: ce54bdf * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-29T22:00:20Z **Commit 12:** Merge remote-tracking branch 'upstream/master' into feature/dev-tools * Original sha: bc4e7db * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-30T23:21:27Z **Commit 13:** [sense-ui] Add controller properties to rather than this * Original sha: 482afb7 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-31T02:17:11Z **Commit 14:** [sense-ui] Re-run init whenever the controller is loaded * Original sha: 88052a3 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-31T04:46:18Z **Commit 15:** [devtools] Update devtools directive to transclude * Original sha: aae2a0f * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-31T16:44:30Z **Commit 16:** [console-ui] Wrap in dev tools app * Original sha: 04d0391 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-08-31T20:49:51Z **Commit 17:** Merge branch 'master' into feature/dev-tools * Original sha: 928f790 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T20:48:20Z **Commit 18:** Replace underscores with spaces in breadcrumbs * Original sha: 2e8350e * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T22:13:54Z **Commit 19:** [dev-tools] Update to use flexbox so console looks nice * Original sha: 2ab0ea7 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T22:16:31Z **Commit 20:** [dev_tools] Automatically redirect to first dev tool * Original sha: 7883872 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T23:02:12Z **Commit 21:** [dev_tools] Show active dev tool * Original sha: f12d8ff * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-06T23:21:18Z **Commit 22:** Merge branch 'master' into feature/dev-tools * Original sha: eb4db80 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-12T20:17:29Z **Commit 23:** [dev-tools] Make suggested edits * Original sha: 18cb2cc * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-12T20:40:21Z **Commit 24:** [dev-tools] Replace input with getInput and initInput * Original sha: bd43f17 * Authored by Lukas Olson <olson.lukas@gmail.com> on 2016-09-12T20:50:31Z
[backport] PR #8171 to 5.0 - Dev tools app
--------- **Commit 1:** Bump grunt-esvm * Original sha: bd0a601 * Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-13T00:17:37Z
[esvm] pin to 5.0 snapshot branch
--------- **Commit 1:** [pageObjects/console] update selectors to use test subjects * Original sha: a2d37fc * Authored by spalger <email@spalger.com> on 2016-09-12T23:34:07Z **Commit 2:** [tests/config] fix console url * Original sha: 7d7ef27 * Authored by spalger <email@spalger.com> on 2016-09-12T23:34:34Z
[backport] PR #8241 to 5.0 - Fix functional tests - dev tools selectors
A couple of additional breaking changes are also added to that section of the docs.
--------- **Commit 1:** [es/versionCheck] prevent spamming logs with compatibility warnings * Original sha: bb95cf8 * Authored by spalger <email@spalger.com> on 2016-10-27T20:48:36Z **Commit 2:** [es/versionCheck] clarify new var and reason for check * Original sha: cda9594 * Authored by spalger <email@spalger.com> on 2016-10-27T22:36:43Z **Commit 3:** [es/versionCheck] explain why we need to track per-server * Original sha: 5eb9ccd * Authored by spalger <email@spalger.com> on 2016-10-27T23:30:41Z
Backports PR #7746 **Commit 1:** fix #7136 - check SHA of downloaded node binaries * Original sha: 955972b * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-07-11T19:17:08Z **Commit 2:** only skipping download if --skip-download cli argument is present * Original sha: 325e172 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-07T10:54:23Z **Commit 3:** updating log messages based on epixas comments * Original sha: 20b5c4d * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-09-23T06:24:55Z **Commit 4:** updating based on courts review * Original sha: 78c124c * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-10-29T14:44:43Z
* Support Cloud Kibana testing * Add xpack file * Use kibana for kibana server user, Don't log password
Backports PR #7435 **Commit 1:** Current styleguide conventions with modern JS The existing styleguide was in great need of a rewrite as it did not reflect the conventions we're using in the codebase or even the best practices that we follow. In some cases, the guidance it provided was outright contrary to our current practices. * Original sha: 13e501b * Authored by Court Ewing <court@epixa.com> on 2016-06-12T14:03:13Z
Backports PR #8976 **Commit 1:** Allow patch level mismatch between Kibana and Elasticsearch Kibana should be able to run against Elasticsearch nodes that are at the same minor version regardless of whether they are at the same patch version. In the event that their patch versions differ, we render a warning. * Original sha: 79ea67f * Authored by Court Ewing <court@epixa.com> on 2016-11-04T21:28:46Z
* Add dark-theme version of the Share UI. - Make share panels 50% width. * Remove dark theme when leaving the Dashboard app.
@gmoskovicz Can you update this PR to point to master instead? I'll then backport it to 5.x and 5.0 |
I think you can rebase the branch on master and it'll resolve all of those erroneous commits. I think. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update settings documentation to show how to change the landing for Kibana.