github.com/elastic/go-elasticsearch/v8
go
pkg:golang/github.com/elastic/go-elasticsearch/v8
109 Dependabot PRs
12 days ago
32 repositories
5 repositories
Recent PRs
Bump github.com/elastic/go-elasticsearch/v8 from 8.18.0 to 8.18.1
Bump github.com/elastic/go-elasticsearch/v8 from 8.17.0 to 8.18.1
mcgillowen/arkime-kafka-indexer #30
Bump github.com/elastic/go-elasticsearch/v8 from 8.18.0 to 8.18.1 in /compliance
elastic/package-spec #905
build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.18.0 to 8.18.1 in /integrationtest
build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.18.0 to 8.18.1
elastic/fleet-server #5044
build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.18.0 to 8.18.1
elastic/elastic-agent #8572
Bump github.com/elastic/go-elasticsearch/v8 from 8.18.0 to 8.18.1
sunhailin-Leo/data-pipeline-go #81
go.mod: bump github.com/elastic/go-elasticsearch/v8 from 8.18.0 to 8.18.1
conduitio-labs/conduit-connector-elasticsearch #135
build(deps): bump the dependabot group across 1 directory with 16 updates
ohsu-comp-bio/funnel #1230
chore(deps): bump the go-modules group across 1 directory with 47 updates
flanksource/canary-checker #2618
chore(deps): bump the go-modules group across 1 directory with 47 updates
flanksource/canary-checker #2616
deps(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.11.1 to 8.18.0
SagenKoder/universal-csp-report #9
chore(deps): bump the go-modules group across 1 directory with 46 updates
flanksource/canary-checker #2614
chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.12.1 to 8.18.0 in /apps/api
Oferzz/newMap #25
build(deps): bump the dependabot group across 1 directory with 14 updates
ohsu-comp-bio/funnel #1228
chore(deps): bump the go-modules group across 1 directory with 45 updates
flanksource/canary-checker #2607
chore(deps): bump the go-modules group across 1 directory with 46 updates
flanksource/canary-checker #2606
chore(deps): bump the go-modules group across 1 directory with 45 updates
flanksource/canary-checker #2605
build(deps): bump the dependabot group across 1 directory with 13 updates
ohsu-comp-bio/funnel #1224
chore(deps): bump the go-modules group across 1 directory with 44 updates
flanksource/canary-checker #2603
chore(deps): bump the go-modules group across 1 directory with 45 updates
flanksource/canary-checker #2601
chore(deps): bump the go-modules group across 1 directory with 44 updates
flanksource/canary-checker #2597
build(deps): bump the dependabot group across 1 directory with 12 updates
ohsu-comp-bio/funnel #1223
chore(deps): bump the go-modules group across 1 directory with 44 updates
flanksource/canary-checker #2596
build(deps): bump the dependabot group across 1 directory with 11 updates
ohsu-comp-bio/funnel #1216
build(deps): bump the dependabot group across 1 directory with 10 updates
ohsu-comp-bio/funnel #1214
chore(deps): bump the go-modules group across 1 directory with 40 updates
flanksource/canary-checker #2595
chore(deps): bump the go-modules group across 1 directory with 41 updates
flanksource/canary-checker #2593
build(deps): bump the dependabot group across 1 directory with 9 updates
ohsu-comp-bio/funnel #1212
chore(deps): bump the go-modules group across 1 directory with 40 updates
flanksource/canary-checker #2590
chore(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.17.1 to 8.18.0 in /loadgen/cmd/otelbench
elastic/opentelemetry-collector-components #541
Bump github.com/elastic/go-elasticsearch/v8 from 8.17.0 to 8.18.0
mcgillowen/arkime-kafka-indexer #27
Bump github.com/elastic/go-elasticsearch/v8 from 8.17.1 to 8.18.0
sunhailin-Leo/data-pipeline-go #64
Bump github.com/elastic/go-elasticsearch/v8 from 8.5.0 to 8.11.1 in /exporter/elasticsearchexporter
mar4uk/opentelemetry-collector-contrib #11643
Bump github.com/elastic/go-elasticsearch/v8 from 8.5.0 to 8.11.0 in /exporter/elasticsearchexporter
mar4uk/opentelemetry-collector-contrib #10885
Bump github.com/elastic/go-elasticsearch/v8 from 8.5.0 to 8.10.1 in /exporter/elasticsearchexporter
mar4uk/opentelemetry-collector-contrib #10594
Bump github.com/elastic/go-elasticsearch/v8 from 8.5.0 to 8.10.0 in /exporter/elasticsearchexporter
mar4uk/opentelemetry-collector-contrib #10088
Bump github.com/elastic/go-elasticsearch/v8 from 8.5.0 to 8.9.0 in /exporter/elasticsearchexporter
mar4uk/opentelemetry-collector-contrib #8666
Bump github.com/elastic/go-elasticsearch/v8 from 8.5.0 to 8.8.2 in /exporter/elasticsearchexporter
mar4uk/opentelemetry-collector-contrib #8254
bump github.com/elastic/go-elasticsearch/v8 from 8.5.0 to 8.8.1 in /exporter/elasticsearchexporter
mar4uk/opentelemetry-collector-contrib #7559
Bump github.com/elastic/go-elasticsearch/v8 from 8.5.0 to 8.7.1 in /exporter/elasticsearchexporter
mar4uk/opentelemetry-collector-contrib #6537
Package Details
| Name: | github.com/elastic/go-elasticsearch/v8 |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/elastic/go-elasticsearch/v8 |
| JSON API: | View JSON |
Package Information
Package elasticsearch provides a Go client for Elasticsearch. Create the client with the NewDefaultClient function: The ELASTICSEARCH_URL environment variable is used instead of the default URL, when set. Use a comma to separate multiple URLs. To configure the client, pass a Config object to the NewClient function: When using the Elastic Service (https://elastic.co/cloud), you can use CloudID instead of Addresses. When either Addresses or CloudID is set, the ELASTICSEARCH_URL environment variable is ignored. See the elasticsearch_integration_test.go file and the _examples folder for more information. Call the Elasticsearch APIs by invoking the corresponding methods on the client: See the github.com/elastic/go-elasticsearch/esapi package for more information about using the API. See the github.com/elastic/elastic-transport-go package for more information about configuring the transport.
| Repository: | https://github.com/elastic/go-elasticsearch |
| Homepage: | https://github.com/elastic/go-elasticsearch |
| Latest Release: |
v8.18.0
7 months ago |
| Dependent Repos: | 489 |
| Dependent Packages: | 723 |
| Ranking: | Top 0.3208% by dependent repos Top 0.2031% by dependent pkgs |