Tanguy Leroux
4d829951b4
Marvel: Disable indexing for nodes attribute in cluster state documents
...
Closes elastic/elasticsearch#658
Original commit: elastic/x-pack-elasticsearch@bb501aa5b8
2015-09-18 14:24:52 +02:00
Tanguy Leroux
db13d99cdf
Marvel: Mute IndexStatsCollectorTests
...
Original commit: elastic/x-pack-elasticsearch@c8746d7ea2
2015-09-18 14:24:28 +02:00
Tanguy Leroux
fdae10ff74
Marvel: Additional metrics for marvel_node_stats
...
indices.indexing.index_total
indices.indexing.index_time_in_millis
indices.search.query_total
indices.search.query_time_in_millis
closes elastic/elasticsearch#661
Original commit: elastic/x-pack-elasticsearch@f9892e5b85
2015-09-18 10:25:56 +02:00
Tanguy Leroux
a640ab6bec
Marvel: Store shards as individual documents in marvel_shards
...
Closes elastic/elasticsearch#581
Original commit: elastic/x-pack-elasticsearch@059ad5f09f
2015-09-18 10:16:32 +02:00
Tanguy Leroux
81dc0ee210
Marvel: Use Version in index template
...
Original commit: elastic/x-pack-elasticsearch@6ee3300773
2015-09-18 10:05:33 +02:00
Tanguy Leroux
e08e587eb9
Marvel: Add heap to ClusterStats
...
Closes elastic/elasticsearch#593
Original commit: elastic/x-pack-elasticsearch@87a467ff13
2015-09-17 09:51:20 +02:00
Ryan Ernst
018dd53ffc
Move rest-api-spec tests to resources dirs
...
See elastic/elasticsearchelastic/elasticsearch#13611
Original commit: elastic/x-pack-elasticsearch@cc26a1a9db
2015-09-16 11:09:46 -07:00
Simon Willnauer
d1c2698595
Fix forbidden API usage from upstream
...
Original commit: elastic/x-pack-elasticsearch@2bfcc83477
2015-09-15 15:51:22 +02:00
Tanguy Leroux
4ac8b87f3b
Marvel: Update release notes
...
Original commit: elastic/x-pack-elasticsearch@31b17e5115
2015-09-14 11:17:34 +02:00
Simon Willnauer
6fb4f7817c
Use method references rather than Class instances to register transport handler.
...
This is caused by upstream changes in core.
Original commit: elastic/x-pack-elasticsearch@67f602abd1
2015-09-14 10:07:35 +02:00
Lee Hinman
4a8df4f328
Update eclipse files for Java 1.8 move
...
Original commit: elastic/x-pack-elasticsearch@a2dd77ccf3
2015-09-10 10:04:31 -06:00
Martijn van Groningen
cdc3a142e5
fixed compile error
...
Original commit: elastic/x-pack-elasticsearch@73d853b077
2015-09-10 17:36:06 +02:00
Ryan Ernst
fbbd3f6c2d
Add warning suppressions
...
I fixed a couple more warnings and added suppressions, so that when
elastic/elasticsearchelastic/elasticsearch#13410 lands, x-plugins will not break.
Original commit: elastic/x-pack-elasticsearch@8a19b2b71b
2015-09-09 12:45:20 -07:00
Ryan Ernst
5dd5f525b5
Remove some warnings caught by -Xlint
...
Original commit: elastic/x-pack-elasticsearch@50bea927cf
2015-09-09 00:16:13 -07:00
Ryan Ernst
2ab0db4373
Fix compile issues after removal of loadConfigSettings from transport
...
client
Original commit: elastic/x-pack-elasticsearch@2efe4f2980
2015-09-08 17:22:54 -07:00
uboness
533c14242f
Bumped the version to 3.0.0-SNAPSHOT
...
Original commit: elastic/x-pack-elasticsearch@0771b3e589
2015-09-04 16:30:11 +02:00
Alexander Reelsen
8934f3436b
Marvel: Ensure marvel is not deployed
...
In order to not accidentally release marvel in its current state
this removes marvel in the S3 upload as well as not deploying
marvel to artifactory.
Original commit: elastic/x-pack-elasticsearch@cb6088e18b
2015-09-04 11:00:37 +02:00
Tanguy Leroux
93f6b705e4
Marvel: Fix various tests inconsistencies
...
Original commit: elastic/x-pack-elasticsearch@1b122ecd40
2015-09-02 16:24:59 +02:00
Tanguy Leroux
892eeaf845
Marvel: Fix test issue in ClusterInfoIT
...
Original commit: elastic/x-pack-elasticsearch@b6cb867d52
2015-09-02 11:13:53 +02:00
Tanguy Leroux
8c6b0d03d4
Marvel: Rename cluster_licenses to cluster_info and add additional stats
...
Closes elastic/elasticsearch#490
Original commit: elastic/x-pack-elasticsearch@6dceb5b20c
2015-09-02 10:06:38 +02:00
Tanguy Leroux
47ba724498
Marvel: Update .marvel indices naming
...
Closes elastic/elasticsearch#527 , elastic/elasticsearch#458
Original commit: elastic/x-pack-elasticsearch@f3fb15f88c
2015-09-02 09:36:41 +02:00
Tanguy Leroux
7a59749392
Marvel: Add Indices Stats collector
...
Closes elastic/elasticsearch#555
Original commit: elastic/x-pack-elasticsearch@63a0e02258
2015-09-02 09:04:33 +02:00
Tanguy Leroux
9e5053a5c0
Marvel: Prints settings values in MarvelSettingsTests and remove smallest random time values
...
Original commit: elastic/x-pack-elasticsearch@488306ba63
2015-09-01 15:01:46 +02:00
Tanguy Leroux
794b2e0089
Marvel: Remove AwaitFix on NodeStatsRendererTests
...
Now thread pools are sorted by names in elasticsearch core (see elastic/elasticsearchelastic/elasticsearch#13121)
Closes elastic/elasticsearch#367
Original commit: elastic/x-pack-elasticsearch@d2fab327c0
2015-09-01 14:15:22 +02:00
Tanguy Leroux
37fc05dc4c
Marvel: Ad IT tests for Cluster State, Cluster Stats and Node Stats collectors
...
Closes elastic/elasticsearch#445 , elastic/elasticsearch#444
Original commit: elastic/x-pack-elasticsearch@cd82064098
2015-09-01 11:06:27 +02:00
Tanguy Leroux
541644fbb2
Marvel: Remove usages of Guava's ImmutableMap and Predicate
...
Original commit: elastic/x-pack-elasticsearch@71d0a7f436
2015-09-01 09:44:43 +02:00
Martijn van Groningen
593fc30669
Fix main class runners
...
Original commit: elastic/x-pack-elasticsearch@28a90a19b8
2015-08-31 22:45:56 +02:00
Jason Tedor
473e0af11f
Remove use of com.google.common.collect.ImmutableList in Marvel
...
Original commit: elastic/x-pack-elasticsearch@1e1a6223fd
2015-08-31 15:51:14 -04:00
Tanguy Leroux
0dbd13b67c
Marvel: Update tests due to changes in elasticsearch core
...
Original commit: elastic/x-pack-elasticsearch@7224989d22
2015-08-31 11:46:58 +02:00
Jason Tedor
8cc9531bcb
Update for API changes in 5e2efcfe09
...
Original commit: elastic/x-pack-elasticsearch@5cf5f71ba6
2015-08-30 12:42:29 -04:00
Tanguy Leroux
a14a11ebdb
Marvel: Mute IndexStatsCollectorTests
...
Original commit: elastic/x-pack-elasticsearch@aaea8e8715
2015-08-28 16:24:56 +02:00
Tanguy Leroux
0e365a7670
Marvel: Add indices.count in Cluster Stats
...
Closes elastic/elasticsearch#517
Original commit: elastic/x-pack-elasticsearch@6ecbf3d1ee
2015-08-28 13:50:09 +02:00
debadair
6da0a38ebf
Set up Marvel 2.0 docs structure.
...
Original commit: elastic/x-pack-elasticsearch@344c7c2458
2015-08-27 10:31:37 -07:00
Tanguy Leroux
64bbc110ff
Marvel: Fixes for Index Stats Collector tests
...
Original commit: elastic/x-pack-elasticsearch@4fdc11946e
2015-08-27 14:14:07 +02:00
Tanguy Leroux
38061c5f98
Marvel: Wait for shard allocation in IndexStatsCollectorTests
...
Original commit: elastic/x-pack-elasticsearch@f75c36f945
2015-08-26 18:00:19 +02:00
Tanguy Leroux
8e5521a427
Move license status as calculated method
...
Original commit: elastic/x-pack-elasticsearch@92ce1d9d55
2015-08-26 10:26:27 +02:00
Tanguy Leroux
8d48382bab
Marvel: Mute LicensesRendererIT test
...
Awaits fix for elastic/elasticsearchelastic/elasticsearch#13017
Original commit: elastic/x-pack-elasticsearch@d63df50a4a
2015-08-26 10:13:24 +02:00
Areek Zillur
b24378b775
[TEST] add assertion message
...
Original commit: elastic/x-pack-elasticsearch@20a8b5ed1a
2015-08-26 00:24:32 -04:00
Tanguy Leroux
78a70b5f65
Marvel: Fix test bug in MarvelSettingsTests
...
Original commit: elastic/x-pack-elasticsearch@6a68f61051
2015-08-25 13:31:22 +02:00
Tanguy Leroux
4d65f396c8
Marvel: Stop collecting data X days after license expiration
...
Closes elastic/elasticsearch#370 , elastic/elasticsearch#470
Original commit: elastic/x-pack-elasticsearch@7ed95605ff
2015-08-25 10:47:59 +02:00
Areek Zillur
ef7d4e2579
stub out acknowledge callbacks for commercial plugins
...
Original commit: elastic/x-pack-elasticsearch@d16f9dc1df
2015-08-24 18:25:40 -04:00
Areek Zillur
0b9021ee87
Add license acknowledgment mechanism for consumer plugins to notify users when they attempt to install a new license
...
closes elastic/elasticsearch#461
Original commit: elastic/x-pack-elasticsearch@bc30ac2871
2015-08-24 18:25:29 -04:00
Robert Muir
18702cae00
Bootstrap -> BootstrapInfo
...
Original commit: elastic/x-pack-elasticsearch@c40454618b
2015-08-22 08:41:55 -04:00
jaymode
7e552f393b
fix all InetAddress forbidden apis and compile errors
...
This commit also fixes test shard routing compilation error and disables local address check in
the Shield IPFilter. This will be addressed in a followup, see elastic/elasticsearch#487
Original commit: elastic/x-pack-elasticsearch@984df0b131
2015-08-21 09:22:57 -04:00
Tanguy Leroux
f08b53eb2d
Marvel: Use cluster UUID in hash function
...
Original commit: elastic/x-pack-elasticsearch@919f7928f0
2015-08-20 12:34:17 +02:00
Tanguy Leroux
392398c7aa
Marvel: Remove and clean payload stuff
...
Closes elastic/elasticsearch#476
Original commit: elastic/x-pack-elasticsearch@9e90fe26f6
2015-08-20 12:31:51 +02:00
Areek Zillur
ef11bc3f05
remove using License.builder in marvel test
...
Original commit: elastic/x-pack-elasticsearch@bef6683b12
2015-08-19 17:03:47 -04:00
Tanguy Leroux
1f41d42f39
Marvel: Use UUIDs in Marvel Docs
...
Related to elastic/elasticsearch#460
Original commit: elastic/x-pack-elasticsearch@ecf360eff5
2015-08-19 18:21:39 +02:00
Ryan Ernst
804cf68031
Merge pull request elastic/elasticsearch#472 from rjernst/despawn
...
Remove uses of SpawnModules
Original commit: elastic/x-pack-elasticsearch@09b719e9c0
2015-08-19 08:56:43 -07:00
Tanguy Leroux
2ffd79f0f6
Marvel: Add Licenses collector to ship licensing information into a dedicated index
...
Closes elastic/elasticsearch#369
squash
Original commit: elastic/x-pack-elasticsearch@6d6d5c08d2
2015-08-19 12:31:53 +02:00