elastic / elastic/logstash

logstash-input-jdbc:string is too long to be intercepted when synchronizing data into ES with using mysql "group_concat" function

Open
#6,962 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
1d 4h
Merged PRs (30d)
88

Description

string is too long to be intercepted when synchronizing data into ES by plugin jdbc with using mysql "group_concat" function :

Version: logstash 2.3.1

Operating System: centos7

Sample Data:
1,sql:select id,group_concat(str) as long_str from long_str_test
2,long_str‘s length longer than 350 characters
3,import into ES by plugin jdbc,the long_str be intercepted, length is 343.

Steps to Reproduce:
1,sql:select id,group_concat(str) as long_str from long_str_test
2,long_str‘s length longer than 350 characters
3,import into ES by plugin jdbc,the long_str be intercepted, length is 343.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.