Simon Willnauer
13b7bd884a
wrap lines to match 140 chars
...
Original commit: elastic/x-pack-elasticsearch@108a982dc1
2016-03-14 12:52:24 +01:00
Simon Willnauer
cd63903665
Fix compile errors
...
Original commit: elastic/x-pack-elasticsearch@9e95c31e9d
2016-03-14 12:42:34 +01:00
Tanguy Leroux
45dc717b92
Monitoring: Make MonitoringDoc implements Writeable
...
Update after Chris & Uri comments
Original commit: elastic/x-pack-elasticsearch@74e4420b2f
2016-03-14 10:07:52 +01:00
David Pilato
5a1fbe6d62
Update Setting according to changes in master
...
We changed Setting signatures in master branch of elasticsearch.
We need to adapt x-plugins to the new code.
See https://github.com/elastic/elasticsearch/pull/16629 .
Closes elastic/elasticsearch#1684 .
Original commit: elastic/x-pack-elasticsearch@c911aaca69
2016-03-13 20:34:15 +01:00
Ryan Ernst
c739e9b61f
Merge pull request elastic/elasticsearch#1654 from rjernst/cli-parsing
...
Switch to jopt-simple
Original commit: elastic/x-pack-elasticsearch@577af5af6f
2016-03-11 12:55:22 -08:00
Tim Sullivan
296868af32
Merge pull request elastic/elasticsearch#1679 from tsullivan/monitoring-ui-more-lint-unused
...
monitoring ui: stricter linting for no-unused-vars
Original commit: elastic/x-pack-elasticsearch@fa67c4b920
2016-03-11 10:59:24 -07:00
jaymode
8e816bdfb9
test: add tests for scroll requests with document and field level security
...
Original commit: elastic/x-pack-elasticsearch@107b24e785
2016-03-11 11:50:38 -05:00
Tanguy Leroux
e51aa21575
Monitoring: Add export() method to Exporters class
...
This commit adds a synchronized "export()" method to the Exporters so that the Exporters class can be used as an export service for exporting monitoring docs.
Original commit: elastic/x-pack-elasticsearch@22bda986c5
2016-03-11 17:33:16 +01:00
markharwood
925afa3cab
Graph - port of 2.x graph API and kibana UI plugin
...
Closes X-plugins issue 518
Original commit: elastic/x-pack-elasticsearch@6c6371ed74
2016-03-11 14:22:31 +00:00
Yannick Welsch
0abe314bb6
Merge pull request elastic/elasticsearch#1674 from ywelsch/enhance/fix-logger-usages
...
Fix wrong placeholder usage in logging statements
Original commit: elastic/x-pack-elasticsearch@101f043fac
2016-03-11 10:30:28 +01:00
Tanguy Leroux
be0e4255ce
Mute EmailAttachmentTests and HistoryTemplateEmailMappingsTests
...
Original commit: elastic/x-pack-elasticsearch@5d62b2af11
2016-03-11 09:33:36 +01:00
Lukas Olson
e661a42111
Merge pull request elastic/elasticsearch#1620 from lukasolson/feature/session-cookies
...
Expire sessions on browser close
Original commit: elastic/x-pack-elasticsearch@df8a73f57c
2016-03-10 16:30:20 -07:00
Yannick Welsch
970efba3a3
Fix wrong placeholder usage in logging statements
...
Also make logging message String constant to allow static checks
Relates to elastic/elasticsearchelastic/elasticsearch#16707
Original commit: elastic/x-pack-elasticsearch@b5bd423de4
2016-03-10 20:18:07 +01:00
Tim Sullivan
b584b5d3bb
Merge pull request elastic/elasticsearch#1670 from jbudz/monitoring-ui-node
...
monitoring ui: Prevent fatal error when using a time range that has no data
Original commit: elastic/x-pack-elasticsearch@293aa42dfc
2016-03-10 09:57:33 -07:00
Alexander Reelsen
f417ec7e8c
CLI: Remove cygwin support
...
Cygwin support has been removed from master, so we should be
consistent with x-plugins as well.
See elastic/elasticsearchelastic/elasticsearch#16871
Closes elastic/elasticsearch#1635
Original commit: elastic/x-pack-elasticsearch@8dd93209c7
2016-03-10 17:29:35 +01:00
Nik Everett
016b9d017c
Add reindex tests to shield
...
Original commit: elastic/x-pack-elasticsearch@fe00f317b3
2016-03-10 10:17:46 -05:00
Martijn van Groningen
a3a7acd934
tests: mute ingest/70_bulk test suite for now
...
Original commit: elastic/x-pack-elasticsearch@5fa15106f3
2016-03-10 15:00:14 +01:00
Martijn van Groningen
fbe0aefa0c
fix compile erors due to upstream changes in node stats
...
Original commit: elastic/x-pack-elasticsearch@a0a600cb68
2016-03-10 13:22:59 +01:00
Simon Willnauer
a033f95072
Use ShardId#getIndexName() since index name has been removed from ShardSearchRequest
...
Original commit: elastic/x-pack-elasticsearch@ba997d0ae3
2016-03-09 19:54:27 +01:00
Ryan Ernst
8c5d8653e0
Fix forbidden apis usages, and convert more tests to CommandTestCase
...
Original commit: elastic/x-pack-elasticsearch@f5400388eb
2016-03-09 00:18:23 -08:00
Ryan Ernst
d880803c2d
Cutover more tests to CommandTestCase
...
Original commit: elastic/x-pack-elasticsearch@19c168a712
2016-03-08 17:28:11 -08:00
Ryan Ernst
64419c0856
Merge branch 'master' into cli-parsing
...
Original commit: elastic/x-pack-elasticsearch@bfe0cdc477
2016-03-08 14:17:44 -08:00
Ryan Ernst
53d87d158f
Remove old help files and references to old cli tool stuff
...
Original commit: elastic/x-pack-elasticsearch@b02faa5251
2016-03-08 14:16:47 -08:00
Tim Sullivan
878e12f318
Merge pull request elastic/elasticsearch#1638 from tsullivan/monitoring-ui-deduplicate-shards-utils
...
Monitoring UI: Fix after breaking changes and clean up duplicated functions
Original commit: elastic/x-pack-elasticsearch@4d2a18a8c8
2016-03-08 10:42:51 -07:00
Alexander Reelsen
e728a49853
Watcher: Fix home path for croneval CLI tool
...
Drive-by fixes putting the $JAVA binary into quotes to support spaces, like
we do in other scripts as well.
Closes elastic/elasticsearch#1642
Original commit: elastic/x-pack-elasticsearch@f40fba32cc
2016-03-08 17:48:42 +01:00
Tanguy Leroux
62ad9f4f0d
Move lazy initialization classes from Watcher to XPack
...
This commit moves the InitializingModule and InitializingService classes in the common XPack package so that it can be used by any plugin. It also renames the module and service from Initializing* to LazyInitializing* and add a ClientProxy class.
Original commit: elastic/x-pack-elasticsearch@fbdf9d1614
2016-03-08 16:25:11 +01:00
Robert Muir
0f905e9b00
CLI: Don't let ubuntu try to install its crazy jayatana agent.
...
See https://github.com/elastic/elasticsearch/pull/13813
This is the corresponding workaround for x-plugins commandline tools.
Closes elastic/elasticsearch#719
Original commit: elastic/x-pack-elasticsearch@c607fd2197
2016-03-08 16:23:47 +01:00
Tanguy Leroux
146f91f730
Watcher: Rename ClientProxy to WatcherClientProxy
...
Original commit: elastic/x-pack-elasticsearch@84c17d1bc0
2016-03-08 14:28:39 +01:00
Alexander Reelsen
f4eb0e7c7c
Docs: Mention option to enable scripting for watcher-only
...
Deep down buried there is an option to not only allow global
script execution, but also allow a single scripting language for
watcher only. It is time to document it as well.
Renamed this option to `script.engine.groovy.inline.xpack_watch`
to align with xpack renaming.
Closes elastic/elasticsearch#1422
Original commit: elastic/x-pack-elasticsearch@845eb5a0c0
2016-03-08 12:04:28 +01:00
Tim Sullivan
a31a6fba44
Merge pull request elastic/elasticsearch#1621 from tsullivan/monitoring-ui-add-no-shadow
...
monitoring ui: add no-shadow eslint rule
Original commit: elastic/x-pack-elasticsearch@3e1aa86857
2016-03-07 14:32:57 -07:00
Alexander Reelsen
10644a2784
Watcher: Fix correct setting of email attachment names
...
Fix to ensure that the email attachment has a correctly set filename, which is
also now explained in the documentation.
In addition there is a check now for email attachments, that a filename can only
be specified once, otherwise an exception is thrown.
Closes elastic/elasticsearch#1503
Original commit: elastic/x-pack-elasticsearch@2a399058b3
2016-03-07 21:57:42 +01:00
Ryan Ernst
bafbcd9ed3
Moved MockTerminal and cleaned up some tests
...
Original commit: elastic/x-pack-elasticsearch@ffb873c826
2016-03-07 12:42:44 -08:00
jaymode
03dcc5ea67
shield: copy settings to tribe nodes
...
The shield settings need to be copied down to the tribe nodes so that they are
aware of the shield configuration. Otherwise there will be issues such as SSL
not carrying over or authentication realms not being available.
Closes elastic/elasticsearch#702
Original commit: elastic/x-pack-elasticsearch@7bd7674f3e
2016-03-07 12:31:40 -05:00
jaymode
2612edf4cb
test: blacklist the ingest default processors rest test
...
This test assumes no modules are installed but the shield rest tests run with the modules
installed.
Original commit: elastic/x-pack-elasticsearch@2ba47fcd0f
2016-03-07 12:15:06 -05:00
jaymode
101ff22546
fix compile after removal of versions < 2.0.0
...
Original commit: elastic/x-pack-elasticsearch@61e2814aac
2016-03-07 10:53:07 -05:00
jaymode
98e904deef
fix compile due to core change in NodeInfo
...
Original commit: elastic/x-pack-elasticsearch@3ff3fa63e6
2016-03-07 09:34:53 -05:00
Robert Muir
2a9ba9e934
lucene 6 api changes (tests only)
...
Original commit: elastic/x-pack-elasticsearch@8120c29cd8
2016-03-07 04:14:09 -05:00
Ryan Ernst
b54e6a7ae6
Merge branch 'master' into cli-parsing
...
Original commit: elastic/x-pack-elasticsearch@ff525e0e00
2016-03-06 13:33:08 -08:00
Ryan Ernst
59ec9302c8
Switch cli tests to unified MockTerminal
...
This is the xplugins side of elastic/elasticsearchelastic/elasticsearch#16966
Original commit: elastic/x-pack-elasticsearch@a2e2faf20a
2016-03-06 13:18:40 -08:00
jaymode
46cae1b2b1
test: remove check for bound addresses that fails on mac
...
Original commit: elastic/x-pack-elasticsearch@85c7f158ff
2016-03-04 17:47:38 -05:00
jaymode
186dbf547a
security: protect the user and roles index
...
This commit adds the logic to protect the user and roles index that we store locally
by restricting access to the internal XPack user. We need to do this in two places;
the first is when resolving wildcards and the other is when authorizing requests
made against specific indices.
Original commit: elastic/x-pack-elasticsearch@8ee0ce02db
2016-03-04 17:16:03 -05:00
Ryan Ernst
6fa9c1631d
Merge branch 'master' into cli-parsing
...
Original commit: elastic/x-pack-elasticsearch@83f7f8139d
2016-03-04 12:15:11 -08:00
Ryan Ernst
706216844b
Changed esusers tool to use jopt-simple
...
Original commit: elastic/x-pack-elasticsearch@1f8763fcd6
2016-03-04 12:14:34 -08:00
javanna
30a7ff1daa
Adapt to node.client setting removal
...
We would previosly check if a node was a client node, we can now check it by just verifying that it is not a transport client through client_type setting.
Original commit: elastic/x-pack-elasticsearch@bddd44866e
2016-03-04 20:41:13 +01:00
Tim Sullivan
c1c78911b9
Merge pull request elastic/elasticsearch#1610 from tsullivan/monitoring-ui-es6-cleanup
...
monitoring ui: typo fix
Original commit: elastic/x-pack-elasticsearch@69bab26d2e
2016-03-04 11:06:46 -07:00
Tanguy Leroux
452e729a02
Monitoring: Fix NodeStatsResolverTests on Windows platforms
...
Because load_average is not available on Windows, it must be excluded from test assertions.
Original commit: elastic/x-pack-elasticsearch@f67f9bb5e7
2016-03-04 17:28:49 +01:00
Tanguy Leroux
66e49a0546
Marvel: Add integration test for Marvel+Shield with SSL
...
closes elastic/elasticsearch#1467
Original commit: elastic/x-pack-elasticsearch@9dd6bf9629
2016-03-04 16:55:35 +01:00
Tanguy Leroux
a8e52eb520
Monitoring: Clean up and refactoring
...
This commit removes various constructors in monitoring documents and add a single constructeur that accepts a monitoring id and version. It also renames *Renderer classes to *Resolver and centralizes the logic of resolving the index name, type name and id in 1 place. It changes Exporter so that they use these resolvers to know in which index a given document must be indexed.
Original commit: elastic/x-pack-elasticsearch@c2349a95a6
2016-03-04 16:31:14 +01:00
Lukas Olson
e015d7e501
Merge pull request elastic/elasticsearch#1597 from lukasolson/fix/login-redirect
...
Redirect to previous route after login
Original commit: elastic/x-pack-elasticsearch@d840a3272e
2016-03-03 13:37:13 -07:00
Tim Sullivan
382ea0811d
Merge pull request elastic/elasticsearch#1599 from tsullivan/monitoring-ui-moretests
...
Monitoring UI: More Unit Tests
Original commit: elastic/x-pack-elasticsearch@79dbc6aed5
2016-03-03 11:56:28 -07:00