Commit graph

9145 commits

Author SHA1 Message Date
Lukas Olson
5e9e5c6bef Merge pull request #5335 from spalger/fix/chromeSetVisible
[chrome] let users call setVisible() before angular bootstrap
2015-11-05 13:10:40 -07:00
Court Ewing
3c7e486830 Merge pull request #5333 from epixa/5301-omit-dollar-props-toJson
Strip out dollar sign properties from msearches
2015-11-05 14:45:01 -05:00
spalger
c1d3598d92 [chrome] allow changing visibility 2015-11-05 13:42:47 -06:00
spalger
f69f39c518 [chrome] let users call setVisible() before angular bootstrap 2015-11-05 13:23:58 -06:00
Jonathan Budzenski
bbd5d229a0 Merge pull request #5332 from jbudz/issues/5310
Hide remove button from _source field
2015-11-05 13:00:42 -06:00
Court Ewing
e783fb7401 Properly use angular.toJson for msearch bodies 2015-11-05 13:08:06 -05:00
Court Ewing
bd7dc1a1fe Strip out dollar sign properties from msearches
We store special properties for use in kibana that should not be sent
along to elasticsearch's msearch endpoint, and we denote them by
prefixing them with a dollar sign ($). This ensures they are properly
filtered out of the request body when serializing it to JSON.
2015-11-05 12:41:17 -05:00
Court Ewing
fe56065978 Utility to parse $ properties while serializing json
toJson() will strip out any properties in the object that begin with a
dollar sign ($). If an optional custom toJson function is passed, then
the given object is first sent through that toJson function before being
reparsed and stringified with our dollar-sign-stripping behavior.
2015-11-05 12:41:05 -05:00
Jonathan Budzenski
16a68c3f90 [discover] Update css selector to hide remove on source fields. Closes #5310 2015-11-05 10:58:20 -06:00
Jonathan Budzenski
e26353139e Merge pull request #5268 from jbudz/filter-alias
[filter bar] Add aliasing.  Closes #5194
2015-11-05 09:14:03 -06:00
Rashid Khan
04ef79dac4 Merge pull request #5259 from ryanmaclean/patch-1
Update kibana.yml
2015-11-05 06:34:37 -07:00
spalger
204a5f1b80 [readme] fix the snapshot url links 2015-11-04 23:52:39 -06:00
Spencer
1436b7e05b Merge pull request #5252 from spalger/fix/segmentedIndexFetchOrder
Fix/segmented index fetch order
2015-11-04 17:29:07 -06:00
Spencer
e42ff7e4a4 Merge pull request #5318 from spalger/fix/5270
[courier/fetch] fix bug when fetching a single source
2015-11-04 17:20:56 -06:00
spalger
441d13e35e [courier/fetch] added tests 2015-11-04 17:02:15 -06:00
spalger
5f1b581da2 [courier] avoid loosing this context with 2015-11-04 16:40:46 -06:00
spalger
bfb2b20ef5 [Promise] enable long stack traces for tests to improve debugging 2015-11-04 16:38:06 -06:00
spalger
3718e6bdf4 [courier/fetch] fix bug when fetching a single source 2015-11-04 15:41:59 -06:00
Jonathan Budzenski
485d873087 [filter bar] Scale filter min width as ems change 2015-11-04 14:52:48 -06:00
spalger
8b422b2310 [segmented/createQueue] english 2015-11-04 14:17:04 -06:00
Spencer
081a22c48e Merge pull request #5274 from spalger/implement/promiseFromNode
[promise] fromNode helper
2015-11-04 13:59:40 -06:00
spalger
e54f5c4606 [ui/promise] added tests for Promise.fromNode 2015-11-04 13:34:35 -06:00
spalger
c9d06d521d Merge branch 'implement/defaultInjectedVars' 2015-11-04 13:13:43 -06:00
spalger
6eff5c5380 [kibana] create some defaultInjectedVars 2015-11-04 12:50:51 -06:00
Spencer
20149bba3d Merge pull request #5296 from elastic/markw/add-true-loggingverbose-5295
Added missing ': false'
2015-11-04 11:14:08 -06:00
Spencer
fc492dd027 Merge pull request #5293 from lukasolson/auth-config
Explicitly configure routes to not require auth when it isn't needed
2015-11-04 10:59:42 -06:00
Jonathan Budzenski
647be88cb3 [filter bar] Cleanup 2015-11-04 10:38:52 -06:00
Mark Walkom
4e2bf76950 Added missing ': false' 2015-11-04 11:05:29 +11:00
Rashid Khan
b2ae7987c7 Merge branch 'pr/5181' 2015-11-03 15:56:56 -07:00
Rashid Khan
99f83a9f69 Reduce spacing, change font to path to avoid browser inconsistencies 2015-11-03 15:56:29 -07:00
Rashid Khan
7c74baed87 Merge pull request #5288 from simianhacker/fix-5287
Change the result size for getIndexPatternIdFn() from 2147483647 to 10000
2015-11-03 15:09:34 -07:00
Lukas Olson
c783cf1187 Remove accidental auth disabling 2015-11-03 15:00:27 -07:00
Lukas Olson
f4b7fa610c Remove unrelated change to renderApp 2015-11-03 14:29:08 -07:00
Spencer
866678fdf0 Merge pull request #5290 from epixa/5286-correct-index-timerange
Use correct time range for index constraints
2015-11-03 15:21:44 -06:00
Lukas Olson
226ca9ff92 Explicitly configure routes to not require auth when it isn't needed 2015-11-03 14:12:58 -07:00
Spencer
730de7dd4d Merge pull request #5289 from epixa/bump-esvm
Elasticsearch 2.1 branch for esvm
2015-11-03 14:58:57 -06:00
spalger
14bef6cdd9 [indexPattern/toIndexList] fix broken test 2015-11-03 14:55:38 -06:00
spalger
b5bd76d228 [indexPattern/toIndexList] wrote broken test 2015-11-03 14:54:56 -06:00
Court Ewing
2041d9ae7a Merge pull request #5269 from epixa/5233-disallow-empty-msearch
Treat no index in msearch as empty instead of global
2015-11-03 13:40:03 -05:00
Court Ewing
36b65962a7 Comment to clarify our empty index list fetch behavior
While this code does have test coverage that'll help prevent regressions
for this implementation, it is also helpful to clarify to future
developers why the request is implemented in this way to begin with.
2015-11-03 13:25:38 -05:00
Court Ewing
65c5053b99 Use correct time range for index constraints
The existing index constraints would only work when all of the documents
in an index fell within the given time range. This change ensures that
indexes are returned if ANY document falls within the given time range.
2015-11-03 13:11:06 -05:00
Court Ewing
73804e6647 Elasticsearch 2.1 branch for esvm
Kibana 4.3 should be developed against the 2.1 branch of elasticsearch.
2015-11-03 13:01:05 -05:00
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