Giter Site home page Giter Site logo

Comments (11)

Ishiihara avatar Ishiihara commented on July 18, 2024 7

@dmikenz I think for the topic.index.map config, you need something like
topic.index.map=REP-SOE.CUSTOMERS:rep-soe.customers. This config is intended to set the topic to index map for multiple topics. If you want to set mapping to multiple topics, you can use
topic.index.map=topic1:index1, topic2:index2.

from kafka-connect-elasticsearch.

rmoff avatar rmoff commented on July 18, 2024 2

If you want to amend the topic name then a Single Message Transform is perfect for that. Check out some examples in https://www.confluent.io/blog/simplest-useful-kafka-connect-data-pipeline-world-thereabouts-part-3/ and docs for the regex router here: https://docs.confluent.io/current/connect/transforms/regexrouter.html#regexrouter

from kafka-connect-elasticsearch.

rmoff avatar rmoff commented on July 18, 2024 1

@rishabhk09 this is a closed issue from over four years ago. Please open a new ticket with your issue and/or go to https://www.confluent.io/en-gb/community/ask-the-community/.

from kafka-connect-elasticsearch.

rmoff avatar rmoff commented on July 18, 2024

@Ishiihara thanks - this syntax worked for me.

from kafka-connect-elasticsearch.

aseroj avatar aseroj commented on July 18, 2024

@Ishiihara worked for me as well. saved 2 days of head banging. THANKS

from kafka-connect-elasticsearch.

dcdebug avatar dcdebug commented on July 18, 2024

@Ishiihara Where the config file that include the topic.index.map option ? My Englis is very poor .Thank you !

from kafka-connect-elasticsearch.

sslavian812 avatar sslavian812 commented on July 18, 2024

Hi.
I have the same issue as the topic starter. However, I have a lot of different kafka topics names in camelCase. Is there a way to automatically convert topic names to lowercase instead of manually specifying every topic mapping?

topic.index.map=TopicOne:topicone, TopicTwo:topictwo, ... ,TopicHundred:topichundred

from kafka-connect-elasticsearch.

rmoff avatar rmoff commented on July 18, 2024

What version are you using? I believe this is now done automatically, at least in 5.1.

from kafka-connect-elasticsearch.

sslavian812 avatar sslavian812 commented on July 18, 2024

I'm using a snapshot of your master, which I've built in December. It's has 5.1 version.
You are right, I've found place in the code which is doing lowercasing.

final String indexOverride = topicToIndexMap.get(topic);
String index = indexOverride != null ? indexOverride : topic.toLowerCase();

I'd like my indices to be prepended with a prefix, for example myTopic -> kafka.mytopic.
I was thinking about using elasticsearch.index.prefix property, but it seems to be deprecated and removed. What should I use instead?

from kafka-connect-elasticsearch.

sslavian812 avatar sslavian812 commented on July 18, 2024

That helped, thank you @rmoff !

from kafka-connect-elasticsearch.

rishabhk09 avatar rishabhk09 commented on July 18, 2024

@rmoff @sslavian812
Looks like topic.index.map property is not working with the latest version of kafka-connect-elasticsearch
If not, any work around for the same?

from kafka-connect-elasticsearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.