-
**Logstash information**:
1. Logstash version: 8.3.3
2. Logstash installation source: extracted from the official zip archive
3. How is Logstash being run: windows service or console
4. How was …
s137 updated
7 months ago
-
Hello this project is dead?
-
when executing on oracle with the following code:
---
echo '
{
"type" : "jdbc",
"jdbc" : {
"url" : "jdbc:oracle:thin:@server:1521:orcl",
"connection_properties" : {
…
-
Brought over from: https://github.com/elastic/logstash/issues/6112
- Version: 2.4
- Steps to Reproduce:
@sempervictus tried to recreate the setup in this article: https://www.elastic.co/blog/vi…
-
Hello,
I am trying to use the elasticsearch-jdbc to move data from MySLQ to my local Elasticsearch server but I am getting a TimeoutTransportExeption every time. This is my Elastic search configurati…
-
### For below config:
```
{
input {
jdbc {
jdbc_validate_connection => true
jdbc_connection_string => "jdbc:postgresql://127.0.0.1:5433/Wallet_DB"
jdbc_user => "postgres"
jdbc_p…
-
Sorry to create this issue again.
I'm using ElasticSearch 1.3.2 and elasticsear-river-jdbc-1.3.0.4-plugin,
when I use curl 'localhost:9200/_river/jdbc/*/_state?pretty' to see river state, it return {…
-
Hi,
I was using postgres as my database and I have done the replciation succesfully to Elastcisearch . But new rows added in table not get updated or added in elasticsearch .
What will be the issu…
-
A recent change to conform with elaastic.co result formatting (to cope with json result) is not compatible with open distro/aws es sql result formatting. In open distro case, json formatting is more l…
-
## 使用 Elasticsearch配合 mysql 进行 全文检索
### 是什么
Elasticsearch是一个基于Apache Lucene(TM)的开源搜索引擎。无论在开源还是专有领域,Lucene可以被认为是迄今为止最先进、性能最好的、功能最全的搜索引擎库。
但是,Lucene只是一个库。想要使用它,你必须使用Java来作为开发语言并将其直接集成到你的应用中,更糟糕的是…