You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to send event to MongoDB, retrying in 3 seconds {:event=>#LogStash::Event:0x2367ca72, :exception=>#<ArgumentError: wrong number of arguments (2 for 1)>}
#68
The text was updated successfully, but these errors were encountered:
PaulCheriyan009
changed the title
ailed to send event to MongoDB, retrying in 3 seconds {:event=>#LogStash::Event:0x2367ca72, :exception=>#<ArgumentError: wrong number of arguments (2 for 1)>}
failed to send event to MongoDB, retrying in 3 seconds {:event=>#LogStash::Event:0x2367ca72, :exception=>#<ArgumentError: wrong number of arguments (2 for 1)>}
Nov 20, 2019
I wand merge data from MySQL to mongo
this my
input {
jdbc {jdbc_connection_string => "jdbc:mysql://fgh:3306/fgh?useSSL=false"jdbc_user => "fghfgh"
jdbc_password => "fghfghhfgfgh"jdbc_driver_library => "/dfghmysql-connector-java-8.0.18.jar"
jdbc_driver_class => "com.mysql.jdbc.Driver"statement => "SELECT * FROM fdh"clean_run => true}}
output {mongodb {id => "dddddddd"collection => "dfd"database => "springboottest" uri => "mongodb://localhost:27017"codec => "json"# generateId => trueisodate => true}}
the version i using
gettiing error
stackoverflow link
elastic
The text was updated successfully, but these errors were encountered: