The columns_charset
option of logstash-input-jdbc
allows you to specify the charset of individual columns:
input {
jdbc {
columns_charset => {
"some_field" => "BINARY"
"another_field" => "UTF-8"
}
# ...
}
}
The columns_charset
option of logstash-input-jdbc
allows you to specify the charset of individual columns:
input {
jdbc {
columns_charset => {
"some_field" => "BINARY"
"another_field" => "UTF-8"
}
# ...
}
}
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.