Commit graph

9256 commits

Author SHA1 Message Date
Chris Cowan
dc625565ff Closes #5287 - Change the result size to 10000 2015-11-03 10:45:28 -07:00
Spencer
df0fe171b3 Merge pull request #5273 from spalger/fix/buffersInConfig
[server/config] support buffers in config
2015-11-03 10:55:49 -06:00
spalger
08bdfdd71e [server/config] added tests for new deepCloneWithBuffers fn 2015-11-03 09:16:42 -06:00
spalger
bb45291390 [server/config] break clone method into own module 2015-11-03 09:15:59 -06:00
spalger
9a8ccc7e00 [promise] fromNode helper 2015-11-02 20:34:55 -06:00
spalger
671565b421 [server/config] support buffers in config 2015-11-02 20:30:48 -06:00
Spencer
0dfe904540 Merge pull request #5254 from spalger/fix/envConfigPath
Read the config path from the environment
2015-11-02 17:48:46 -06:00
Jonathan Budzenski
b755082681 [filter bar] Move alias to a separate input field 2015-11-02 17:44:57 -06:00
Court Ewing
62a93487dd Treat no index in msearch as empty instead of global
Prior to this, if you were to pass an empty index list to the search
fetch strategy in courier, kibana would perform an msearch on all
indexes in elasticsearch. This commit implements the desired behavior
that no defined index list means there are no indexes to query, and thus
is treated like an empty response.
2015-11-02 14:51:11 -05:00
Jonathan Budzenski
c4d4b186a4 [filter bar] Add aliasing. Closes #5194 2015-11-02 11:52:09 -06:00
spalger
75e6cc0453 [optimize] ensure the optimize directory exists with a .empty file 2015-11-02 10:36:20 -06:00
spalger
93b6039b37 [babelOptions] do not use Object.assign before loading polyfill 2015-11-02 10:27:02 -06:00
Rashid Khan
c6791486ce Merge pull request #5235 from spalger/styleguideClarification
added promise example to the "Chaining operations" section of the styleguide
2015-11-02 09:06:45 -07:00
Ryan MacLean
48bc82b782 Update kibana.yml
Pedantic edit  :)
2015-11-01 17:49:11 -08:00
spalger
caea55174c [cli] fix support for CONFIG_PATH env var
Kibana used to support passing the path to the config file via the CONFIG_PATH environment variable but support for that went away with the latest itteration of the server. This brings it back.
2015-10-30 18:47:36 -05:00
Khalah Jones Golden
c3c662e2ae Merge pull request #5166 from panda01/fix/embed-view
Fix embed view
2015-10-30 19:14:50 -04:00
Spencer
89ae862af8 Merge pull request #5246 from spalger/implement/multipleCas
[elasticsearch] allow defining multiple ca certs
2015-10-30 17:05:25 -05:00
Khalah Jones-Golden
09cbe32ff6 Merge remote-tracking branch 'upstream/master' into fix/embed-view 2015-10-30 17:56:15 -04:00
Joe Fleming
4f78811c40 Merge pull request #5143 from w33ble/persisted-app-state
Persisted Spy Panel UI State
2015-10-30 14:35:20 -07:00
spalger
41bf13cd80 Merge branch 'pr/5109' 2015-10-30 16:30:17 -05:00
spalger
f46ae59427 [filterBar/editor] Set require-keys to true 2015-10-30 16:29:46 -05:00
Joe Fleming
841c60ffbf Merge branch 'master' into persisted-app-state
Conflicts:
	src/ui/public/visualize/visualize.js
2015-10-30 14:25:24 -07:00
spalger
69068e2ee6 [FIXME] add note about https://github.com/elastic/elasticsearch/issues/14404 2015-10-30 16:11:28 -05:00
spalger
823c23c6d0 [indexPattern/calculateIndices] actually sort in the sortDirection 2015-10-30 16:04:35 -05:00
spalger
22569a33ca [courier/segmented] tell the indexPattern the order we are fetching 2015-10-30 15:39:20 -05:00
spalger
304dfeeae8 [indexPattern] accept sortDirection param to #toIndexList() 2015-10-30 15:38:36 -05:00
Jonathan Budzenski
4d9b02f06a Generalize editable filter directive to json input validation 2015-10-30 15:38:17 -05:00
spalger
480a0dc83c [indexPattern/calculateIndices] allow sorting the indices either asc or desc 2015-10-30 14:38:29 -05:00
Khalah Jones-Golden
eba2c44070 [SpyPanel] reduced scope of new parameter on visualize, added a default if no option is passed in for show-spy-panel Removed conditional on from discover 2015-10-30 14:54:26 -04:00
Khalah Jones Golden
9888a52c6e Merge pull request #5248 from rashidkpc/enhancement/loading-delay
Remove default in code so defaults.js is respected
2015-10-30 14:42:08 -04:00
spalger
a2fae0bc9e [indexPatterns/calculateIndices] use es clients fieldStats api 2015-10-30 13:37:20 -05:00
Rashid Khan
efe7beb22d Remove default in code so defaults.js is respected 2015-10-30 11:27:28 -07:00
Rashid Khan
d6b51a89ab Merge pull request #5245 from rashidkpc/enhancement/loading-delay
Delay dimming of windows
2015-10-30 11:24:32 -07:00
Rashid Khan
c00431b080 Cache config value 2015-10-30 11:07:06 -07:00
Rashid Khan
16e4685c9d Use CSS transitions to delay application of loading class. Closes #5021
remove whitespace
2015-10-30 11:07:06 -07:00
Jonathan Budzenski
a81acf2114 [filter bar] Move editable filter validation to a directive 2015-10-30 13:02:05 -05:00
spalger
4a9a228153 [indexPattern] escape pattern before requesting field stats 2015-10-30 12:52:22 -05:00
spalger
682354f9e4 [elasticsearch] allow defining multiple ca certs
In the event that a user needs to configure multiple files for a CA chain the configuration
will now accept either a single string or array for `elasticsearch.ssl.ca` and then convert
that value to always be an array.
2015-10-30 12:26:59 -05:00
spalger
2e4140e94b [babel] configure a specific cache path
Babel needs a path to write its cache, which it automatically places to $HOME or tmp if
$HOME is not defined. This causes problems when the $HOME directory is not writable or
we just do not want to write to such a central location. So This moves the cache to the
project directory by setting the BABEL_CACHE_PATH environment variable.
2015-10-30 11:57:33 -05:00
Rashid Khan
61554e0f46 Merge pull request #5232 from spalger/jsonLoaderIsProdDep
[npm] json-loader is a production dependency
2015-10-29 14:42:38 -07:00
spalger
ad3208a42a added promise example to the "Chaining operations" section of the styleguide 2015-10-29 13:36:23 -05:00
Spencer
269fb36e5c Merge pull request #5167 from spalger/fix/configDoubleRender
[config] prevent double-rendering config dropdowns
2015-10-29 12:36:41 -05:00
Rashid Khan
e547cd3965 Merge pull request #4223 from panda01/angularUpgrade
Angular upgrade
2015-10-29 10:35:15 -07:00
spalger
4c6c8d9780 [npm] json-loader is a production dependency 2015-10-29 12:30:39 -05:00
Joe Fleming
ce948fb471 remove unused args 2015-10-29 10:21:21 -07:00
Spencer
c9c9e565e6 Merge pull request #5227 from kjbekkelund/resolve-json
Resolve .json files without the file extension
2015-10-29 12:21:09 -05:00
Khalah Jones-Golden
3438cd2297 [Visualize] Changed the vizualize directive to also accept the chrome module 2015-10-29 10:32:37 -04:00
Kim Joar Bekkelund
87464471a8 Resolve .json files without the file extension 2015-10-29 15:13:08 +01:00
Joe Fleming
3820d055d2 remove unused variables in test 2015-10-28 13:11:18 -07:00
Joe Fleming
a2dac5d6b4 Merge pull request #5208 from BigFunger/parse_query
removed validate-query directive. replaced with parse-query directive
2015-10-28 13:10:41 -07:00