Hello! I’m new in Kafka Connect. Recently update Elasticsearch password and broke ELK - Kafka connect integration. Try to repair it with previous config. Part of my config is:
"transforms.convertTimestamp.format": "yyyy-MM-dd'T'HH:mm:ss.SSSZ",
but in this case I receive message:
Invalid value java.lang.IllegalArgumentException: Illegal pattern character 'T' for configuration TimestampConverter requires a SimpleDateFormat-compatible pattern for string timestamps: yyyy-MM-ddTHH:mm:ss.SSSZ
I tried remove ‘T’, but in this case part of index not working…
What should I do? Lost 2 days with this problem…