Skip to content
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

Sync loggly fork with current master #2

Merged
merged 10,000 commits into from May 12, 2016
Merged
Changes from 1 commit
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
99aad3d
Merge pull request #18046 from gmoskovicz/master
gmoskovicz Apr 28, 2016
22dc06f
removed duplicated code
martijnvg Apr 28, 2016
1a321fe
Build: Explicitly set target and source compatibility for javac
rjernst Apr 28, 2016
be239b8
Merge pull request #18047 from rjernst/javac_target
rjernst Apr 28, 2016
34b5839
Merge pull request #17949 from jaymode/list_setting_exists
jaymode Apr 28, 2016
10f9df3
Build: Fix plugin properties generation when version changes
rjernst Apr 28, 2016
946c7e4
Merge pull request #18050 from rjernst/plugin_props_uptodate
rjernst Apr 28, 2016
cb29e04
Handle the case where `allocatedPostIndexCreate` is true
dakrone Apr 28, 2016
a0ba3c9
Merge remote-tracking branch 'dakrone/add-store-status-to-explain'
dakrone Apr 28, 2016
6302fb6
add ability to disable ability to override values of existing fields …
talevy Apr 20, 2016
72fb93e
Merge pull request #17902 from talevy/fix/17659-set-override
talevy Apr 28, 2016
0cf1d16
Fix line-length violation in SetProcessor
jasontedor Apr 29, 2016
6c3beaa
Drop top level inner hits in favour of inner hits defined in the quer…
martijnvg Apr 18, 2016
c25f8ad
Avoid sliced locked contention in internal engine
jasontedor Apr 29, 2016
04bd55d
Added perl migration script for indexed scripts to migration docs
clintongormley Apr 29, 2016
2636703
Merge branch 'master' into pr/attachments-add-test-forced-values
dadoonet Apr 29, 2016
713c0df
Merge pull request #17994 from eskibars/master
eskibars Apr 29, 2016
6c7a44c
Fix test in mapper attachments plugin
dadoonet Apr 29, 2016
baceabd
Merge remote-tracking branch 'origin/master'
dadoonet Apr 29, 2016
2232a7c
Merge branch 'pr/cat-size-time-units'
dadoonet Apr 29, 2016
8c77399
test: changed test's expectation that a BooleanQuery is returned. A N…
martijnvg Apr 29, 2016
37382ec
Add Azure discovery tests mocking Azure management endpoint (#18004)
ywelsch Apr 29, 2016
f349c4f
Return null for "same" thread pool info
jasontedor Apr 29, 2016
07c2fbf
Validate properties values according to database type (#17940)
talevy Apr 29, 2016
7aca138
ingest: Add `date_index_name` processor.
martijnvg Apr 25, 2016
a31b94e
When checking if an index tombstone can be applied, use both the index
Apr 29, 2016
e322903
Fix typo in include-in-all.asciidoc (#18055)
robinjoseph08 Apr 29, 2016
b2ce2f5
Fixed the documentation formatting. (#17990)
josefsalyer Apr 29, 2016
262a814
Tests: Fix TermsQueryBuilderTests expectations when lookup returns no…
cbuescher Apr 29, 2016
c82e564
Remove racy but unnecessary assertion
jasontedor Apr 29, 2016
0b41580
Remove unused import from ScalingThreadPoolTests
jasontedor Apr 29, 2016
cf1d0d5
Merge branch 'master' into tests/switch_to_random_value_other_than_fo…
May 2, 2016
9162fd2
Change qoutes to quotes (#18078)
tdicken73 May 2, 2016
7c8397d
Update keyword.asciidoc
clintongormley May 2, 2016
4cf5385
Use plain random values for generating *SortBuilders
May 2, 2016
9fee8c7
Added release notes for 5.0.0-alpha2
clintongormley May 2, 2016
28409e4
Add support for .empty to expressions, and some docs improvements
rmuir May 2, 2016
372eceb
Switch to using predicate for testing existing value
May 2, 2016
8e178c4
Add system bootstrap checks escape hatch
jasontedor May 2, 2016
8bdda49
Fail automatic string upgrade if the value of `index` is not recogniz…
jpountz May 2, 2016
226679c
Mark MaxMapCountCheck#isSystemCheck as final
jasontedor May 2, 2016
15f33e6
Kill redundant conditional in BootstrapCheck#check
jasontedor May 2, 2016
16c4c25
Merge pull request #18094 from mikemccand/completion_stats_once
May 2, 2016
0c6d6a5
also compute completion stats for 2.x shards
mikemccand May 2, 2016
693c1f6
Support geo_point fields in lucene expressions.
rmuir May 2, 2016
fff82db
Add tests/doc for boolean fields with expressions
rmuir May 2, 2016
0eed5cf
Merge pull request #18099 from rmuir/expression_boolean
rmuir May 2, 2016
0a6f40c
Enable HTTP compression by default with compression level 3
danielmitterdorfer May 3, 2016
98dba26
Use object equality to compare versions in IndexSettings (#18103)
ywelsch May 3, 2016
1385e25
Add note on configuring assertions in IDEs
jasontedor May 3, 2016
d01526b
Bumped docs version
clintongormley May 3, 2016
85d2fc0
Avoid string concatentation in IngestDocument.FieldPath
jasontedor May 3, 2016
3ca02d6
Removing old documentation mentioning NodeBuilder.
pickypg May 3, 2016
5648253
Add documentation for shard store output in allocation explain API
dakrone May 3, 2016
21e94e6
Revert "Removing old documentation mentioning NodeBuilder."
pickypg May 3, 2016
8397328
Merge remote-tracking branch 'dakrone/document-new-explain-stuff'
dakrone May 3, 2016
ca21aa0
Make reset() in QueryShardContext private
cbuescher May 3, 2016
929187c
Update function-score-query.asciidoc (#18115)
kels17 May 3, 2016
d63362c
Update client.asciidoc
jeesim2 May 4, 2016
8bdd319
Merge pull request #18125 from jeesim2/patch-3
dadoonet May 4, 2016
80dbe31
Add note about using ipv6 addresses in `query_string`.
jpountz May 4, 2016
51a53c5
Update store documentation after #17616.
jpountz May 4, 2016
a8bf759
Merge branch 'master' into tests/switch_to_random_value_other_than_fo…
May 4, 2016
ad8bf53
Fold helper class into abstract sort test class.
May 4, 2016
6b9ac46
Merge branch 'master' into enhancement/switch_geodistancesortbuilder_…
May 4, 2016
9a90bdc
Add deprecation warnings for ignore_malformed to reference docs
May 4, 2016
6f15f35
Remove left over references to ESTestCase
May 4, 2016
ffcb132
Merge pull request #18042 from MaineC/tests/switch_to_random_value_ot…
May 4, 2016
3bc926b
Merge branch 'master' into enhancement/switch_geodistancesortbuilder_…
May 4, 2016
283a6d2
Clean up merge commit changes
May 4, 2016
247b5c8
Merge pull request #18036 from MaineC/enhancement/switch_geodistances…
May 4, 2016
2dea449
Remove Strings#splitStringToArray
jasontedor May 3, 2016
9fe5ce9
Remove arbitrary separator/wildcard from PathTrie
jasontedor May 4, 2016
052191f
Add the ability to use the breadth_first mode with nested aggregation…
jimczi May 4, 2016
78d615f
Merge pull request #18110 from jasontedor/strings-split-as-array
jasontedor May 4, 2016
52eb6f3
Merge pull request #18127 from jimferenczi/breadth_first_needs_score
jimczi May 4, 2016
c4554fe
Fix build: restore illegalScorer still in use in ExpressionSearchScript
jimczi May 4, 2016
8d3427b
Fix build: restore illegalScorer still in use in ExpressionSearchScri…
jimczi May 4, 2016
223d67d
Consolidate query generation in QueryShardContext
cbuescher May 3, 2016
fad0705
[docs] Modernize README.textile
nik9000 May 4, 2016
5a0cfdd
Change scriptFields member in InnerHitBuilder to set
cbuescher May 2, 2016
34d90b0
Reorganise scripting docs (#18132)
clintongormley May 4, 2016
4c6cf7e
Pass ES_JAVA_OPTS to JVM for plugins script
jasontedor May 4, 2016
7656d7e
docs: remove null from expressions case.
rmuir May 4, 2016
124e8e5
Remove client option for JVM for plugins script
jasontedor May 4, 2016
67c0734
Update misc.asciidoc
May 4, 2016
230697c
[reindex] Switch throttle to Float.POSITIVE_INFITINTY/"unlimited"
nik9000 Apr 27, 2016
e49d21b
Docs: Fixed broken cross doc links to script topics.
debadair May 4, 2016
07d8b3e
Fixed a bad asciidoc link
clintongormley May 4, 2016
784c9e5
Introduce node handshake
jasontedor May 5, 2016
8fc5138
Tests: improve logging for vagrant to emit entire output on failure
rjernst May 5, 2016
21d716f
Merge pull request #18147 from rjernst/vagrant_logging
rjernst May 5, 2016
928e2b9
painless: optimize/simplify dynamic field and method access
rmuir May 5, 2016
59c135b
make internal Def methods private and add basic javadocs
rmuir May 5, 2016
66e8529
Merge pull request #18151 from rmuir/easy_win
rmuir May 5, 2016
e11b96c
Default to server VM and add client VM check
jasontedor May 5, 2016
2cae575
Added single-quoted strings.
jdconrad May 5, 2016
4b1c116
Generate and run tests from the docs
nik9000 Apr 29, 2016
3912761
[docs] Add wait_until_yellow to fix build failure
nik9000 May 5, 2016
c4090a1
Remove the Snapshot class in favor of using SnapshotInfo
May 5, 2016
8ff699e
Packaging: Make rpm not include parent dirs
rjernst May 5, 2016
e3ce6c9
Painless: add fielddata accessors (.value/.values/.distance()/etc)
rmuir May 5, 2016
f3b2ab8
Another wait_for_yellow to the docs
nik9000 May 5, 2016
2d2b232
Tests: Delay starting progress loggers for vagrant until test is running
rjernst May 5, 2016
0f778c9
Merge pull request #18170 from rjernst/rpm_dirs
rjernst May 5, 2016
f1fb6a3
Fix error message on ES_MAX_MEM set
jasontedor May 5, 2016
443976d
Fix typo in message for variable setup ES_MAX_MEM
radoondas May 5, 2016
1199cd8
Mark IHBT#testFromAndToXContent as awaits fix
jasontedor May 6, 2016
e16af60
Build: Add pom generation to assemble task
rjernst May 6, 2016
7d87087
QueryBuilder does not need generics. #18133
jpountz May 4, 2016
c55df19
Fixed bad asciidoc
clintongormley May 6, 2016
de8354d
Allow binary sort values. #17959
jpountz Apr 25, 2016
b91df36
Fix and test handling of `null_value`. #18090
jpountz May 2, 2016
4ddf916
Removed scripting docs for docs[field].multiValued
clintongormley May 6, 2016
7d14728
Add xContent shuffling to some more tests
cbuescher May 2, 2016
e88ac11
Add back Version.V_5_0_0. #18176
jpountz May 6, 2016
93567a2
Remove StringBuilder reuse for uid creation. #18181
jpountz May 6, 2016
d3c5f86
Exclude all but string fields from highlighting if wildcards are used…
brwe May 6, 2016
7b69e4e
keyword fields should also be highlighted
brwe May 6, 2016
b12a423
Pipeline Stats: Fix concurrent modification exception (#18177)
spinscale May 6, 2016
b6698c3
Random script fields can't overlap
nik9000 May 5, 2016
e839dad
Remove unused chechstyle_supressions line length checks
cbuescher May 5, 2016
e90d00f
Remove handshake from transport client
jasontedor May 6, 2016
cb40b98
Allow leading `/` in AUTOSENSE path
nik9000 May 6, 2016
d52537d
Add semicolon query string parameter delimiter
jasontedor May 6, 2016
473be01
Documentation: Switch to https for debian repository
spinscale May 6, 2016
f270ed2
fix highlighing for old version indices with string fields
brwe May 6, 2016
ddebbb9
add string to documentation
brwe May 6, 2016
901c25b
Merge pull request #18183 from brwe/exclude-all-but-text-from-wildcar…
brwe May 6, 2016
0ff5652
Add node name to Cat Recovery
tlrx May 6, 2016
1d5b9f1
Test was not updated with #18187
pickypg May 6, 2016
0eaa831
Preserve config files from RPM install
jasontedor May 6, 2016
5be79ed
Add Failure Details to every NodesResponse
pickypg Apr 25, 2016
3d1be07
Merge branch 'master' into pom_gen
rjernst May 6, 2016
2c3d3d9
Remove unnecessary nebula source or javadoc plugins
rjernst May 6, 2016
9988105
Merge pull request #18173 from rjernst/pom_gen
rjernst May 6, 2016
d0d2d2b
Fix exception message in lifecycle
jasontedor May 6, 2016
c1afcb5
add check for non-existent pipelines provided to simulate requests (#…
talevy May 6, 2016
c740feb
Mappings: Fix ip mapper to correctly serialize a null null_value
rjernst May 7, 2016
10e3b37
Merge pull request #18194 from rjernst/null_ip_default
rjernst May 7, 2016
a78cdcd
Build: Add fake project to include buildSrc as normal project
rjernst May 7, 2016
4ae5c0d
Add link to field data docs from field data fields
jasontedor May 7, 2016
b352a90
Correct docs for dynamic mapping of fields
clintongormley May 7, 2016
000dd62
Determine content length eagerly in HttpServer
danielmitterdorfer May 9, 2016
3a46812
Free bytes reserved on request breaker
danielmitterdorfer May 9, 2016
0f36c74
Merge remote-tracking branch 'danielmitterdorfer/eager-content-length'
danielmitterdorfer May 9, 2016
2528934
CONSOLE is the new AUTOSENSE
nik9000 May 9, 2016
3f59408
Renamed all AUTOSENSE snippets to CONSOLE (#18210)
clintongormley May 9, 2016
ef2e3a8
Rest tests: More defense around stashing body
nik9000 May 9, 2016
8c52e88
Remove ReindexResponse in favor of BulkIndexByScrollResponse
tlrx May 9, 2016
3f3fa59
Account for rpm behavior difference on directories
jasontedor May 9, 2016
b7d02fb
Improve logging of raw rest actions on failure
nik9000 May 9, 2016
7d1fd17
Remove plugin script parsing of system properties
jasontedor May 9, 2016
52cdac4
Merge pull request #18172 from rjernst/vagrant_logging2
rjernst May 9, 2016
6094704
Remove IDE settings as they are now pulled in through the virtual
rjernst May 9, 2016
aef78ce
Do not return fieldstats information for fields that exist in the map…
jimczi May 9, 2016
214ce31
Merge pull request #18196 from rjernst/build_tools_pom
rjernst May 9, 2016
ded91d5
Merge pull request #18212 from jimferenczi/field_stats_null
jimczi May 9, 2016
ddc531e
Build a plugin for testing docs
nik9000 May 5, 2016
0970c59
Use Strings.toString() for toString() in SearchResponse and GetRespon…
izeye May 9, 2016
5b6f9ab
Docs tests: allow any number of leading spaces
nik9000 May 9, 2016
e54c24d
Docs tests: rename autoSense to console
nik9000 May 9, 2016
fdae97a
Fail build when docs contain // AUTOSENSE
nik9000 May 9, 2016
eed5b0b
Increaes timeout on Netty handshake tests
jasontedor May 9, 2016
5a7edf9
Add missing comma in JSON data in curl example
zackdever May 10, 2016
ba2fe15
Switch over dynamic method calls, loads and stores to invokedynamic.
rmuir May 10, 2016
5d8f684
Mapping cleanups. #18180
jpountz May 6, 2016
68e7ac4
Remove old backward compatibility layer for version lookups. #18215
jpountz May 9, 2016
f481492
Remove FieldMapper.Builder.indexName. #18219
jpountz May 9, 2016
b6556e2
Remove code duplication in FieldsVisitor. #18218
jpountz May 9, 2016
7bf8e67
Fix minor typo (#18222)
jasonquick May 10, 2016
17225d9
Removes the now obsolete SearchParseElement implementations
colings86 May 10, 2016
3aeb668
painless: use better typing for dynamic method calls
rmuir May 10, 2016
02cf429
Update full-text-queries.asciidoc
clintongormley May 10, 2016
8972f39
Reenable CircuitBreakerServiceIT#testParentChecking()
danielmitterdorfer May 10, 2016
2e613f4
painless: Array load/store and length with invokedynamic
uschindler May 10, 2016
b6a1491
Merge pull request #18232 from uschindler/array_invoke_dynamic
rmuir May 10, 2016
93d1b38
Improving parsing of sigma param for Extended Stats Bucket Aggregatio…
alexshadow007 Apr 6, 2016
243c9e7
painless: Add synthetic length property as alias to Lists, so they ca…
uschindler May 10, 2016
667a091
Add note about cat field data API changes into migration doc
alexshadow007 May 10, 2016
557fc8b
Further simplifications of plugin script
jasontedor May 10, 2016
319ca82
Improving parsing of sigma param for Extended Stats Bucket Aggregatio
colings86 May 10, 2016
1c54033
Merge branch 'pr/18068'
dakrone May 10, 2016
a45e1cc
Add test for NullPointerException in SQS when analyzing text produces…
dakrone May 10, 2016
0660386
Add plugin information for Verbose mode
gmoskovicz May 10, 2016
546aed8
hack
rmuir May 10, 2016
7a47d33
Merge branch 'master' into needsScore
rmuir May 10, 2016
ad5ce59
Use uppercase 'L' for long literal
ywelsch May 10, 2016
eb1b2cf
add test and cleanup
rmuir May 10, 2016
81c0b7b
Log exception when join validation fails
jasontedor May 10, 2016
1c2d3b1
some cleanups suggested by @uschindler and break some long lines
rmuir May 10, 2016
06a4f64
Merge pull request #18241 from uschindler/painless_list_length
jdconrad May 10, 2016
7753420
Make ShardRouting and UnassignedInfo immutable (#17821)
ywelsch May 10, 2016
a0ffe6e
[TEST] Ensure creation of valid routing table
ywelsch May 10, 2016
e8ddf5d
Merge branch 'pr/hide-s3-repositories-credentials'
dadoonet May 10, 2016
ef6a763
Switch scripts to use bash
jasontedor May 10, 2016
1dfbe8b
Fix handling of default path conf in plugin script
jasontedor May 10, 2016
531dcbf
Add TAG_SETTING to list of allowed tags for the ec2 discovery plugin.
j16r May 10, 2016
ddc2c1f
Merge pull request #18234 from rmuir/more_indy_type_data
rmuir May 10, 2016
1d80542
Merge pull request #18247 from rmuir/needsScore
rmuir May 10, 2016
a63285a
painless: retrieve _score directly from Scorer
rmuir May 11, 2016
2bf585e
Require /bin/bash in packaging
jasontedor May 11, 2016
5f0cc79
Sort plugins in list plugins command
jasontedor May 11, 2016
5644f49
Merge pull request #18258 from rmuir/painless_faster_score
rmuir May 11, 2016
abb015b
add tests for reserved words. ban stores against _score
rmuir May 11, 2016
389ef46
special access to doc
rmuir May 11, 2016
632bb4c
add reserved word tests for 'doc', too
rmuir May 11, 2016
2e4f87d
Merge pull request #18262 from rmuir/painless_doc_access
rmuir May 11, 2016
d8b373c
Fixed an issue related to bracket shortcuts.
jdconrad May 11, 2016
30b5b4f
Merge pull request #18263 from jdconrad/mapfix
jdconrad May 11, 2016
9d12f7b
Merge pull request #18257 from j16r/master
dadoonet May 11, 2016
7689a1a
Add 'ctx' keyword to painless.
rmuir May 11, 2016
fe05ee8
Merge pull request #18264 from rmuir/painless_ctx
rmuir May 11, 2016
6d288de
Clean up tests in Reindex module
tlrx May 10, 2016
ae01a4f
Increased logging level for testDelayedAllocationChangeWithSettingTo1…
ywelsch May 11, 2016
97a41ee
First pass at improving analyzer docs (#18269)
clintongormley May 11, 2016
d0edd13
Log setting key not setting object in IMC
jasontedor May 11, 2016
e4edee5
Equal default min and max heap settings
jasontedor May 11, 2016
866a545
Make significant terms work on fields that are indexed with points. #…
jpountz Apr 27, 2016
d790c76
painless: _score as double, not float
rmuir May 11, 2016
80bb46b
Merge pull request #18277 from rmuir/painless_score_as_double
rmuir May 11, 2016
2764b47
Give long priority over float in Def math calcs. Promotion of types
jdconrad May 11, 2016
ce4af4b
Remove dead code.
jpountz May 11, 2016
5189eb4
Dangling indices are not imported if a tombstone for the same index
May 11, 2016
20af482
Removed extra branches. Only check for long first where we already k…
jdconrad May 11, 2016
fced8da
When CORS is enabled, permit requests from the same origin as the
May 11, 2016
189341d
CORS handling triggered whether User-Agent is a browser or not
May 11, 2016
6b4e47b
this makes aggregations per-document _value fast (bypass hash put, ha…
rmuir May 11, 2016
c5532d3
add a rest test for this that seems to work, fix the documentation. t…
rmuir May 11, 2016
8adfd60
Fix Debian package bash requires clause
jasontedor May 12, 2016
3b66d40
Merge pull request #18284 from rmuir/painless_value_aggregations
rmuir May 12, 2016
25dd642
painless: remove input, support params instead
rmuir May 12, 2016
d3142e3
Merge pull request #18287 from rmuir/input_goes_params
rmuir May 12, 2016
930a215
add debugger
rmuir May 12, 2016
8871fdd
Merge pull request #18282 from jdconrad/longs
jdconrad May 12, 2016
113e239
Merge pull request #18288 from rmuir/painless_debug
rmuir May 12, 2016
9fbbd73
Use proper encoding to write docs test snippets
ywelsch May 12, 2016
28164cc
Decouple the ANTLR AST from Painless.
jdconrad May 12, 2016
9d5537d
Invoke scripts from Gradle with the shell interpreter they choose
ywelsch May 12, 2016
9ce96f5
Add tests that packages depend on bash
jasontedor May 12, 2016
5ee5cc2
Move AsciiFolding earlier in FingerprintAnalyzer filter chain
polyfractal May 12, 2016
94317b1
Add wait_for_health=yellow to reindex snippets
nik9000 May 12, 2016
0830bd4
Remove period in min master node check log message
jasontedor May 12, 2016
2e25837
Made line number available in painless nodes for debugging.
jdconrad May 12, 2016
9b2b474
Merge branch 'master' into line
jdconrad May 12, 2016
ec4825d
Merge pull request #18298 from jdconrad/line
jdconrad May 12, 2016
df43230
Add index name and uuid in IndexAlreadyExistsException default message
obourgain May 12, 2016
10381de
Removing the superfluous 's'
untergeek May 12, 2016
8155e1e
[docs] Add wait_for_status=yellow
nik9000 May 12, 2016
f9667db
Switch init.d scripts to use bash
jasontedor May 12, 2016
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add note about cat field data API changes into migration doc

  • Loading branch information
alexshadow007 committed May 10, 2016
commit 667a091205a915fa4b0c5d986909ed9b21e77b8e
@@ -38,3 +38,10 @@ and `i` for ingest. A node with no explicit roles will be a coordinating
only node and marked with `-`. A node can have multiple roles. The
master column has been adapted to return only whether a node is the
current master (`*`) or not (`-`).

==== Changes to cat field data API

The cat field data endpoint adds a row per field instead of a column per field.

The `total` field has been removed from the field data API. Total field data usage per node
can be got by cat nodes API.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.