Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any elasticsearch index setting included in kafka-es-indexer.properties? #30

Open
zousheng opened this issue Mar 25, 2016 · 2 comments

Comments

@zousheng
Copy link

Hi team,

I used your project for a while, recently I tried to search some content in elasticsearch head plugin, it doesn't return any result, I used wildcard query for a filed, is there any config about the elasticserch index? It would be better to specify if the ES index has index property or not. Then this project would be much practical for us, we don't need to update the mapping.

Any advice for this?

@reachkrishnaraj
Copy link
Owner

Hi @zousheng : The indexer doesnt do anything additional for querying. Are you indexing successfully in ES ? Are you using the index name that you have configured in the config file ? Following the mapping behavior in ES, indexing the document will take care of auto creation of the mapping. There would be a need to update the mapping unless you have some requirements around aggregation. Pls check and let us know.

@zousheng
Copy link
Author

Got it, thanks, it's about the mapping and the query I used, I used another query to check it.

ppine7 added a commit to ppine7/kafka-elasticsearch-consumer that referenced this issue Apr 19, 2016
…ion; updated comments; updated docs; removed obsolete example implementation (reachkrishnaraj#30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants