-
As the JDBC ElasticSearch (E.S.) river is causing lots of pain w/our OIT setup, I'm writing a new driver to push MySQL data to E.S. This differs from the JDBC E.S. river which pulls the data. If I do…
-
Below is the error message, however this driver supports elasticsearch 2.2.0 but not 5.5.3.
We are in urgent need of help to connect to elasticsearch using Oracle DVD 4. Please suggest/advise.
A…
-
Currently, it doesn't seem like this project can work with the AWS hosted ElasticSearch Service. In their limitations section, they specifically mention:
"The service supports HTTP on port 80, but do…
-
Hello,
I would like to be able to specify multiple schedule settings (per SQL statement, per index) within single feeder process.
Currently I can only specify a single schedule setting for the whole f…
-
config like this:
```
input {
jdbc {
jdbc_connection_string => "jdbc:mysql://xxx/xxx"
jdbc_user => "xxx"
jdbc_password => "xxx"
jdbc_validate_connection => true
jdbc_driv…
-
I would like to deduplicate events coming from logstash. This can be done by providing an unique id. In normal logstash es output this can be achieved by setting the option `document_id`, see https://…
-
### Apache Airflow version
2.9.1
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
After migration 2.5.3 -> 2.9.1 we noticed that the connectivity "…
-
Can somebody explain why this query doesn't work when used with elasticsearch-jdbc?
`SELECT CASE WHEN TRANSFERTYPE = 4 THEN 'yes' ELSE 'no' END AS BILLABLE,
FROM TIMETABLE`
Whilst this does work:
`…
-
example:
CREATE TABLE `product_info` (
`item_id` bigint(20) NOT NULL DEFAULT '0' ,
);
whene item_id too long , use jdbc insert es from mysql will error;
also, we can test on sense
`
PUT lo…
-
Known Issues
SQL JDBC Driver
The nodeps jar published to maven central does not contain associated dependencies. Attempts to run using this jar will result in a NoClassDefFound error.
What is the…
ghost updated
5 years ago