pimcore/elasticsearch-client
Composer 安装命令:
composer require pimcore/elasticsearch-client
包简介
README 文档
README
This bundle provides a central configuration and factory feature for creating elasticsearch clients to be used in other bundles.
It allows to configure one or more elasticsearch clients with different configuration settings. The corresponding settings are then registered as services and can be injected into any services.
Supported elasticsearch version: Elasticsearch 8
Installation
Install bundle via composer
composer require pimcore/elasticsearch-client
This bundle is a standard symfony bundle. If not required and activated by another bundle, it can be enabled by
adding it to the bundles.php of your application.
Configuration
The Configuration takes place in symfony configuration tree where multiple elasticsearch clients can be configured as follows.
It is possible to configure one or more clients if necessary.
By default, a default client with host set to localhost:9200 is available and can be customized.
For details on the configuration opens have a look at inline documentation via command
bin/console config:dump-reference PimcoreElasticsearchClientBundle
Also see the Elasticsearch Docs for more information.
pimcore_elasticsearch_client: es_clients: default: hosts: ['elastic:9200'] username: 'elastic' password: 'somethingsecret' logger_channel: 'pimcore.elasicsearch' statistics: hosts: ['statistics-node:9200'] logger_channel: 'pimcore.statistics' #optional options ca_bundle: 'path/to/ca/cert' ssl_key: 'path/to/ssl/key' ssl_cert: 'path/to/ssl/cert' ssl_password: 'secretePW' ssl_verification: false #true is the default value http_options: proxy: 'http://localhost:8125' cloud_id: '123456789' api_key: 'secret-apikey' cloud: cloud_id: '123456789' api_key: 'secret-apikey'
Integration into other Bundles
For each of the configured clients, a client service is registered in the symfony container. The naming schema follows
pimcore.elasticsearch_client.<CLIENT_CONFIGURATION_NAME>. These client services can be injected into and used by other
services then.
pimcore/elasticsearch-client 适用场景与选型建议
pimcore/elasticsearch-client 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 494.76k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2022 年 10 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 pimcore/elasticsearch-client 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 pimcore/elasticsearch-client 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 494.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 9
- 依赖项目数: 4
- 推荐数: 24
其他信息
- 授权协议: proprietary
- 更新时间: 2022-10-14