aws
|
Move to Go modules and some finishing touches
|
a month ago
|
|
cluster-test
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
config
|
config: Add healthcheck parameter
|
9 months ago
|
|
etc
|
Remove the JVM option
|
9 months ago
|
|
recipes
|
Fix typo
|
18 days ago
|
|
trace
|
Fix import paths for Go modules
|
a month ago
|
|
uritemplates
|
use uritemplates
|
5 years ago
|
|
.fossa.yml
|
Chmod .fossa.yml to 0644
|
4 months ago
|
|
.gitignore
|
Add idea folder to gitignore
|
2 months ago
|
|
.gometalinter.json
|
Cleanup XPack Watcher API
|
7 months ago
|
|
.travis.yml
|
Update to Elasticsearch 7.0.1
|
2 days ago
|
|
CHANGELOG-3.0.md
|
Remove the ErrPluginNotFound error
|
3 years ago
|
|
CHANGELOG-5.0.md
|
Update CHANGELOG for elastic.v5
|
3 years ago
|
|
CHANGELOG-6.0.md
|
Switch doc links to 6.7
|
a month ago
|
|
CHANGELOG-7.0.md
|
Add notice regarding SearchHit.Source
|
a month ago
|
|
CODE_OF_CONDUCT.md
|
Add code of conduct
|
2 years ago
|
|
CONTRIBUTING.md
|
Fix stale link in contributing doc
|
2 months ago
|
|
CONTRIBUTORS
|
Update list of contributors
|
a month ago
|
|
ISSUE_TEMPLATE.md
|
Release version 7.0.0
|
26 days ago
|
|
LICENSE
|
Merge client-refactoring into master and prepare for v2
|
4 years ago
|
|
README.md
|
Release version 7.0.0
|
26 days ago
|
|
acknowledged_response.go
|
Fix Exists tests
|
2 years ago
|
|
backoff.go
|
Remove needless mutex
|
2 years ago
|
|
backoff_test.go
|
fix staticcheck warnings (#581)
|
2 years ago
|
|
bulk.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
bulk_delete_request.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
bulk_delete_request_easyjson.go
|
Fix Bulk API
|
a year ago
|
|
bulk_delete_request_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
bulk_index_request.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
bulk_index_request_easyjson.go
|
bulk: Allow the version field to be 0
|
a month ago
|
|
bulk_index_request_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
bulk_processor.go
|
Fix typos
|
3 months ago
|
|
bulk_processor_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
bulk_request.go
|
Update Bulk APIs to recent version
|
3 years ago
|
|
bulk_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
bulk_update_request.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
bulk_update_request_easyjson.go
|
Fix Bulk API
|
a year ago
|
|
bulk_update_request_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
canonicalize.go
|
Be more strict in accepted client URLs
|
2 years ago
|
|
canonicalize_test.go
|
Be more strict in accepted client URLs
|
2 years ago
|
|
cat_aliases.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cat_aliases_test.go
|
Fix wrong URL in CatAliases service
|
9 months ago
|
|
cat_allocation.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cat_allocation_test.go
|
Add cat API endpoints
|
a year ago
|
|
cat_count.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cat_count_test.go
|
Add cat API endpoints
|
a year ago
|
|
cat_health.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cat_health_test.go
|
Add cat API endpoints
|
a year ago
|
|
cat_indices.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cat_indices_test.go
|
Add cat API endpoints
|
a year ago
|
|
clear_scroll.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
clear_scroll_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
client.go
|
Add index freeze/unfreeze API
|
a month ago
|
|
client_test.go
|
Fix import paths for Go modules
|
a month ago
|
|
cluster_health.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cluster_health_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
cluster_reroute.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cluster_reroute_test.go
|
Add Cluster Reroute API
|
7 months ago
|
|
cluster_state.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cluster_state_test.go
|
Add test for Cluster State API
|
3 months ago
|
|
cluster_stats.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
cluster_stats_integration_test.go
|
Update Cluster Stats API
|
5 months ago
|
|
cluster_stats_test.go
|
Update Cluster Stats API
|
5 months ago
|
|
connection.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
count.go
|
Fix import paths for Go modules
|
a month ago
|
|
count_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
decoder.go
|
Add NumberDecoder
|
6 months ago
|
|
decoder_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
delete.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
delete_by_query.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
delete_by_query_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
delete_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
doc.go
|
Fix documentation links
|
2 years ago
|
|
docker-compose.yml
|
Update to Elasticsearch 7.0.1
|
2 days ago
|
|
docvalue_field.go
|
Add DocValueField and DocvalueFields
|
4 months ago
|
|
docvalue_field_test.go
|
Add DocValueField and DocvalueFields
|
4 months ago
|
|
errors.go
|
Expose ShardInfo and add ShardFailure
|
5 months ago
|
|
errors_test.go
|
Add DocValueField and DocvalueFields
|
4 months ago
|
|
example_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
exists.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
exists_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
explain.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
explain_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
fetch_source_context.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
fetch_source_context_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
field_caps.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
field_caps_test.go
|
Fix field caps API
|
7 months ago
|
|
geo_point.go
|
Simplify GeoPoint
|
10 months ago
|
|
geo_point_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
get.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
get_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
go.mod
|
Fix import paths for Go modules
|
a month ago
|
|
highlight.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
highlight_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
index.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
index_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
indices_analyze.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_analyze_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
indices_close.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_close_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_create.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_create_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_delete.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_delete_template.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_delete_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_exists.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_exists_template.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_exists_template_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
indices_exists_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_flush.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_flush_synced.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_flush_synced_test.go
|
Deserialize JSON for Synced Flush API response
|
8 months ago
|
|
indices_flush_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_forcemerge.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_forcemerge_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_freeze.go
|
Add index freeze/unfreeze API
|
a month ago
|
|
indices_freeze_test.go
|
Add index freeze/unfreeze API
|
a month ago
|
|
indices_get.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_get_aliases.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_get_aliases_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
indices_get_field_mapping.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_get_field_mapping_test.go
|
Add Get Field Mapping API
|
2 years ago
|
|
indices_get_mapping.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_get_mapping_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
indices_get_settings.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_get_settings_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_get_template.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_get_template_test.go
|
Fix date formats (s/YYYY/yyyy/)
|
a month ago
|
|
indices_get_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_open.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_open_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_put_alias.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_put_alias_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
indices_put_mapping.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_put_mapping_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
indices_put_settings.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_put_settings_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_put_template.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_refresh.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_refresh_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
indices_rollover.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_rollover_test.go
|
Fix type in tests
|
2 years ago
|
|
indices_segments.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_segments_test.go
|
Add Indices Segments API
|
a year ago
|
|
indices_shrink.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_shrink_test.go
|
Add Index Shrink API
|
3 years ago
|
|
indices_stats.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
indices_stats_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
indices_unfreeze.go
|
Add index freeze/unfreeze API
|
a month ago
|
|
indices_unfreeze_test.go
|
Add index freeze/unfreeze API
|
a month ago
|
|
ingest_delete_pipeline.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
ingest_delete_pipeline_test.go
|
Add Ingest API
|
3 years ago
|
|
ingest_get_pipeline.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
ingest_get_pipeline_test.go
|
Switch to official Docker image for ES (and fix tests)
|
2 years ago
|
|
ingest_put_pipeline.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
ingest_put_pipeline_test.go
|
Add Ingest API
|
3 years ago
|
|
ingest_simulate_pipeline.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
ingest_simulate_pipeline_test.go
|
Add Ingest API
|
3 years ago
|
|
inner_hit.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
inner_hit_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
logger.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
mget.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
mget_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
msearch.go
|
Fix using raw strings with MultiSearch
|
a year ago
|
|
msearch_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
mtermvectors.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
mtermvectors_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
nodes_info.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
nodes_info_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
nodes_stats.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
nodes_stats_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
percolate_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
ping.go
|
Release version 7.0.0
|
26 days ago
|
|
ping_test.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
plugins.go
|
Switch to stdlib context package (go1.8+) (#514)
|
2 years ago
|
|
plugins_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
query.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
reindex.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
reindex_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
request.go
|
Re-enable compression on the request side
|
a year ago
|
|
request_test.go
|
Re-enable compression on the request side
|
a year ago
|
|
rescore.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
rescorer.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
response.go
|
Update contributors [skip ci]
|
7 months ago
|
|
response_test.go
|
Add MaxResponseSize to guard against OOMs
|
7 months ago
|
|
retrier.go
|
Allow RetrierFunc to be an adapter (#827)
|
10 months ago
|
|
retrier_test.go
|
Allow custom Retry/Backoff per request
|
a year ago
|
|
retry.go
|
Add tests for Retry and RetryNotify
|
2 years ago
|
|
retry_test.go
|
Fix typos
|
3 months ago
|
|
run-es.sh
|
Switch to 6.4.0
|
9 months ago
|
|
run-tests.sh
|
Fix import paths for Go modules
|
a month ago
|
|
script.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
script_delete.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
script_delete_test.go
|
Add Scripting APIs
|
a year ago
|
|
script_get.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
script_get_test.go
|
Add Scripting APIs
|
a year ago
|
|
script_put.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
script_put_test.go
|
Add Scripting APIs
|
a year ago
|
|
script_test.go
|
Refactor script source
|
5 months ago
|
|
scroll.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
scroll_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
search.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
search_aggs.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
search_aggs_bucket_adjacency_matrix.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_adjacency_matrix_test.go
|
Add Adjacency Matrix aggregation
|
a year ago
|
|
search_aggs_bucket_children.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_children_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_bucket_composite.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_composite_test.go
|
Add format specifier to CompositeAggregationDateHistogramValuesSource
|
8 months ago
|
|
search_aggs_bucket_count_thresholds.go
|
Add SignificantText aggregation
|
2 years ago
|
|
search_aggs_bucket_date_histogram.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_date_histogram_test.go
|
Fix date formats (s/YYYY/yyyy/)
|
a month ago
|
|
search_aggs_bucket_date_range.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_date_range_test.go
|
Add TimeZone to DateRangeAggregation (#689)
|
a year ago
|
|
search_aggs_bucket_diversified_sampler.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_diversified_sampler_test.go
|
Add Diversified Sampler aggregation
|
a year ago
|
|
search_aggs_bucket_filter.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_filter_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_bucket_filters.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_filters_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_bucket_geo_distance.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_geo_distance_test.go
|
Backport changes from v5
|
2 years ago
|
|
search_aggs_bucket_geohash_grid.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_geohash_grid_test.go
|
Accept numeric and string-based precision in GeoHashGridAggregation
|
a year ago
|
|
search_aggs_bucket_global.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_global_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_bucket_histogram.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_histogram_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_bucket_ip_range.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_ip_range_test.go
|
Add IPRange aggregation
|
2 years ago
|
|
search_aggs_bucket_missing.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_missing_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_bucket_nested.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_nested_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_bucket_range.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_range_test.go
|
Backport changes from v5
|
2 years ago
|
|
search_aggs_bucket_reverse_nested.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_reverse_nested_test.go
|
Fix wrong reverse_nested generator
|
3 years ago
|
|
search_aggs_bucket_sampler.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_sampler_test.go
|
Histogram aggs emit float64 keys now
|
3 years ago
|
|
search_aggs_bucket_significant_terms.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_significant_terms_test.go
|
Change scripting
|
2 years ago
|
|
search_aggs_bucket_significant_text.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_significant_text_test.go
|
Add SignificantText aggregation
|
2 years ago
|
|
search_aggs_bucket_terms.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_bucket_terms_test.go
|
Fix deprecation of agg order key `_term` -> `_key`
|
8 months ago
|
|
search_aggs_matrix_stats.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_matrix_stats_test.go
|
Add matrix stats aggregation
|
2 years ago
|
|
search_aggs_metrics_avg.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_avg_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_metrics_cardinality.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_cardinality_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_metrics_extended_stats.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_extended_stats_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_metrics_geo_bounds.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_geo_bounds_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_metrics_geo_centroid.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_geo_centroid_test.go
|
Add Geo Centroid aggregation
|
a year ago
|
|
search_aggs_metrics_max.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_max_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_metrics_min.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_min_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_metrics_percentile_ranks.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_percentile_ranks_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_metrics_percentiles.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_percentiles_test.go
|
aggs: Add percentiles method
|
a month ago
|
|
search_aggs_metrics_scripted_metric.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_scripted_metric_test.go
|
Add scripted_metric aggregation
|
3 months ago
|
|
search_aggs_metrics_stats.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_stats_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_metrics_sum.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_sum_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_metrics_top_hits.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_top_hits_test.go
|
Backport changes from v5
|
2 years ago
|
|
search_aggs_metrics_value_count.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_value_count_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_metrics_weighted_avg.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_metrics_weighted_avg_test.go
|
Add weighted avg aggregation; add missing value to metric aggs
|
8 months ago
|
|
search_aggs_pipeline_avg_bucket.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_avg_bucket_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_pipeline_bucket_script.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_bucket_script_test.go
|
Change scripting
|
2 years ago
|
|
search_aggs_pipeline_bucket_selector.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_bucket_selector_test.go
|
Change scripting
|
2 years ago
|
|
search_aggs_pipeline_bucket_sort.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_bucket_sort_test.go
|
Bucket sort aggregation (#732)
|
a year ago
|
|
search_aggs_pipeline_cumulative_sum.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_cumulative_sum_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_pipeline_derivative.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_derivative_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_pipeline_extended_stats_bucket.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_extended_stats_bucket_test.go
|
Add extended stats bucket for pipeline aggregations
|
4 months ago
|
|
search_aggs_pipeline_max_bucket.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_max_bucket_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_pipeline_min_bucket.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_min_bucket_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_pipeline_mov_avg.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_mov_avg_test.go
|
Remove sub-aggregations from pipeline aggs
|
a year ago
|
|
search_aggs_pipeline_mov_fn.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_mov_fn_test.go
|
Update aggregations (MovAvg, MovFn, Composite)
|
8 months ago
|
|
search_aggs_pipeline_percentiles_bucket.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_percentiles_bucket_test.go
|
Add `percents` to Percentiles Bucket aggregation
|
2 years ago
|
|
search_aggs_pipeline_serial_diff.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_serial_diff_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_pipeline_stats_bucket.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_stats_bucket_test.go
|
Added pipeline stats bucket aggregation
|
2 years ago
|
|
search_aggs_pipeline_sum_bucket.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_aggs_pipeline_sum_bucket_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_aggs_pipeline_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
search_aggs_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
search_collapse_builder.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_collapse_builder_test.go
|
Add field collapsing
|
2 years ago
|
|
search_queries_bool.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_bool_test.go
|
Fix deprecations and removal of previously deprecated features
|
2 years ago
|
|
search_queries_boosting.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_boosting_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_common_terms.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_common_terms_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
search_queries_constant_score.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_constant_score_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_dis_max.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_dis_max_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_exists.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_exists_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_fsq.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_fsq_score_funcs.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_fsq_test.go
|
fsq: Always wrap filter functions in "functions" property
|
a year ago
|
|
search_queries_fuzzy.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_fuzzy_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_geo_bounding_box.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_geo_bounding_box_test.go
|
Change geo_bbox to geo_bounding_box
|
2 years ago
|
|
search_queries_geo_distance.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_geo_distance_test.go
|
Fix deprecations and removal of previously deprecated features
|
2 years ago
|
|
search_queries_geo_polygon.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_geo_polygon_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_has_child.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_has_child_test.go
|
Adapt scoring in HasChildQuery/HasParentQuery
|
3 years ago
|
|
search_queries_has_parent.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_has_parent_test.go
|
Adapt scoring in HasChildQuery/HasParentQuery
|
3 years ago
|
|
search_queries_ids.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_ids_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_match.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_match_all.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_match_all_test.go
|
Fix type in tests
|
2 years ago
|
|
search_queries_match_none.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_match_none_test.go
|
Fix type in tests
|
2 years ago
|
|
search_queries_match_phrase.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_match_phrase_prefix.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_match_phrase_prefix_test.go
|
Fix type in tests
|
2 years ago
|
|
search_queries_match_phrase_test.go
|
Fix type in tests
|
2 years ago
|
|
search_queries_match_test.go
|
Fix type in tests
|
2 years ago
|
|
search_queries_more_like_this.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_more_like_this_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
search_queries_multi_match.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_multi_match_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_nested.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_nested_test.go
|
Add to nested query
|
2 years ago
|
|
search_queries_parent_id.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_parent_id_test.go
|
Add ParentId query
|
2 years ago
|
|
search_queries_percolator.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_percolator_test.go
|
Fix PercolatorQuery
|
8 months ago
|
|
search_queries_prefix.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_prefix_example_test.go
|
Move to Go modules and some finishing touches
|
a month ago
|
|
search_queries_prefix_test.go
|
Split prefix tests and example
|
2 years ago
|
|
search_queries_query_string.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_query_string_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
search_queries_range.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_range_test.go
|
Add some missing request properties
|
a year ago
|
|
search_queries_raw_string.go
|
Adapt to ES 5.0.0-alpha5 (down to 11 errors)
|
3 years ago
|
|
search_queries_raw_string_test.go
|
Adapt to ES 5.0.0-alpha5 (down to 11 errors)
|
3 years ago
|
|
search_queries_regexp.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_regexp_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_script.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_script_test.go
|
Change scripting
|
2 years ago
|
|
search_queries_simple_query_string.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_simple_query_string_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
search_queries_slice.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_slice_test.go
|
Add sliced scrolling
|
3 years ago
|
|
search_queries_term.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_term_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_terms.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_terms_set.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_terms_set_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
search_queries_terms_test.go
|
Backport changes from v5
|
2 years ago
|
|
search_queries_type.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_type_test.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
search_queries_wildcard.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_wildcard_test.go
|
Move to Go modules and some finishing touches
|
a month ago
|
|
search_queries_wrapper.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_queries_wrapper_integration_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
search_queries_wrapper_test.go
|
Add WrapperQuery
|
9 months ago
|
|
search_request.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_request_test.go
|
Support indices options for multi-search API
|
2 years ago
|
|
search_shards.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_shards_test.go
|
Fix SearchShards API
|
8 months ago
|
|
search_source.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_source_test.go
|
Add DocValueField and DocvalueFields
|
4 months ago
|
|
search_suggester_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
search_terms_lookup.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
search_terms_lookup_test.go
|
Add TermsLookup to TermsQuery
|
2 years ago
|
|
search_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
setup_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
snapshot_create.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
snapshot_create_repository.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
snapshot_create_repository_test.go
|
Ensure Validate succeeds on SnapshotCreateRepository
|
9 months ago
|
|
snapshot_create_test.go
|
Rebase with v5
|
2 years ago
|
|
snapshot_delete.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
snapshot_delete_repository.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
snapshot_delete_repository_test.go
|
Syntactic sugar on the Snapshot Repository Create API
|
2 years ago
|
|
snapshot_delete_test.go
|
Add SnapshotDelete API
|
6 months ago
|
|
snapshot_get.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
snapshot_get_repository.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
snapshot_get_repository_test.go
|
Syntactic sugar on the Snapshot Repository Create API
|
2 years ago
|
|
snapshot_get_test.go
|
Add support for getting snapshots for a repository (#983)
|
5 months ago
|
|
snapshot_verify_repository.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
snapshot_verify_repository_test.go
|
Syntactic sugar on the Snapshot Repository Create API
|
2 years ago
|
|
sort.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
sort_test.go
|
Fix deprecation warnings with nested filter, path, and sort
|
6 months ago
|
|
suggest_field.go
|
Fix all deprecation warnings
|
a year ago
|
|
suggest_field_test.go
|
Fix all deprecation warnings
|
a year ago
|
|
suggester.go
|
Prepare for Elasticsearch 5.0 (wip)
|
3 years ago
|
|
suggester_completion.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
suggester_completion_test.go
|
Refactor completion suggester to accept regex/prefix and options
|
a year ago
|
|
suggester_context.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
suggester_context_category.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
suggester_context_category_test.go
|
Fix suggester context query
|
8 months ago
|
|
suggester_context_geo.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
suggester_context_geo_test.go
|
Fix suggester context query
|
8 months ago
|
|
suggester_context_test.go
|
Fix all deprecation warnings
|
a year ago
|
|
suggester_phrase.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
suggester_phrase_test.go
|
Refactor script source
|
5 months ago
|
|
suggester_term.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
suggester_term_test.go
|
Backport changes from v5
|
2 years ago
|
|
tasks_cancel.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
tasks_cancel_test.go
|
Refactor the Tasks API
|
9 months ago
|
|
tasks_get_task.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
tasks_get_task_test.go
|
Fix HTTP headers in the Tasks API
|
8 months ago
|
|
tasks_list.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
tasks_list_test.go
|
Log shaky test, don't fail
|
7 months ago
|
|
termvectors.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
termvectors_test.go
|
Add deprecation comments, use new URLs when possible
|
a month ago
|
|
update.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
update_by_query.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
update_by_query_test.go
|
Allow slices=auto for DeleteByQuery, UpdateByQuery, and Reindex
|
9 months ago
|
|
update_integration_test.go
|
Use json.RawMessage instead of *json.RawMessage
|
a month ago
|
|
update_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
validate.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
validate_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
xpack_info.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_info_test.go
|
Add XPack Info, Security, Role APIs (#950)
|
6 months ago
|
|
xpack_security_delete_role.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_security_delete_role_mapping.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_security_delete_role_mapping_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_security_delete_role_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_security_get_role.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_security_get_role_mapping.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_security_get_role_mapping_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_security_get_role_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_security_put_role.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_security_put_role_mapping.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_security_put_role_mapping_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_security_put_role_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_test.go
|
Initial support for Elasticsearch 7
|
a month ago
|
|
xpack_watcher_ack_watch.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_ack_watch_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_activate_watch.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_activate_watch_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_deactivate_watch.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_deactivate_watch_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_delete_watch.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_delete_watch_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_execute_watch.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_execute_watch_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_get_watch.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_get_watch_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_put_watch.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_put_watch_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_start.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_start_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_stats.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_stats_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|
|
xpack_watcher_stop.go
|
Use 7.0 instead of 7.x in the documentation links
|
a month ago
|
|
xpack_watcher_stop_test.go
|
Migrate previous _xpack URLs to avoid deprecation warnings
|
a month ago
|