-
**Build Scans:**
- [elasticsearch-periodic #4684 / concurrent-search-tests](https://gradle-enterprise.elastic.co/s/etrglo5dccfwm)
- [elasticsearch-periodic-platform-support #4584 / oraclelinux-8_platf…
-
**Describe the bug**
Search breaks when you use callback.
Example: when you I use like this:
```
$result = Product::search(
'iphone',
)->get();
```
Everything is o…
-
###
日志系统在IT公司非常常见。
### 日志处理数据流
- 实时日志在Kibana做展示处理,一般保留一个月
- 日志文件进行归档处理,一般保留一年
### 搭建
![image](https://github.com/user-attachments/assets/02381974-e0a3-4051-b6b4-2aa589227bd3)
### 参考资…
-
Hello!
Since 2021 there is an re-implementation capable to use Opensearch 1.x¹ compatible enough to work with ES 7.x version.
Starting on the 26 version, this is not possible any more, even ther…
-
环境介绍:
canal 1.1.8
elasticsearch 8.15.0
mysql 8.4.2
elasticsearch开启了https和安全认证:
```
# egrep -v '(#|^$)' /etc/elasticsearch/elasticsearch.yml
cluster.name: my-application
node.name: node-1
p…
-
There has been reports of ES (8.15) access to S3 repository not working a while after it is set up using an AWS web identity token file. Any attempt to access the repository seems to fail with:
```
Un…
-
Hi.
Trying to install the package and even though I have "elasticsearch/elasticsearch": "^8.4" installed, I get a very strange error.
```
> @php artisan package:discover --ansi
Exception …
-
Every time when Kibana needs to get access to data saved in **elasticsearch** it should perform a check whether an end user has access to the data.
#### Regular mode
This check relays heavily on Se…
-
**Description**
Support defining multiple connections to different Elasticsearch cluster.
A user should be able to configure multiple Elasticsearch client, and at the injection point uses a CDI qual…
-
### Description
For Hibernate ORM, we have the concept of (JDBC) "datasource".
For Hibernate Reactive, we have the concept of (non-JDBC) "datasource".
Those allow users to specify JDBC urls (or o…