question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disabling elastic search and indexing

See original GitHub issue

I looked through some of the existing issues opened and some indicated that it was not possible to disable use of elastic search (https://github.com/Netflix/conductor/issues/668), while others imply that indexing is optional (https://github.com/Netflix/conductor/issues/1087 and https://github.com/Netflix/conductor/issues/181).

What exactly is the process of disabling indexing and elastic search? 1 ) Is there a configuration flag I can pass? 2) Do I have to extend IndexDAO that does nothing, and rebuild conductor from source? 3) Can I simply use an in-memory indexing, i.e. https://github.com/Netflix/conductor/blob/master/docker/server/config/config-local.properties#L38? It seems indexing is not useful for any of conductor’s core functions, besides search abilities?

Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
apanicker-nflxcommented, Jul 16, 2019

@kyle--lee It is not advised to use in-memory indexing for your production usage, this should only be used for testing purposes.

1reaction
kyle--leecommented, Jul 3, 2019

Thanks for the quick reply!

Read more comments on GitHub >

github_iconTop Results From Across the Web

enabled | Elasticsearch Guide [8.5] | Elastic
Elasticsearch tries to index all of the fields you give it, but sometimes you want to just store the field without indexing it....
Read more >
Disabling the searching of a field in Elasticsearch using Index ...
You may have noticed that Elasticsearch automatically tries to index all of the fields given to it.
Read more >
Disable indexing encrypted field in elasticsearch
1 Answer 1 ... What you are looking for is index: false and store: true option for this field. Index: false will not...
Read more >
How to Prevent Indexing a Field in Elasticsearch Using Kibana
Disable Indexing with Mapping “enabled”:false ; mappings property. Elasticsearch uses mapping to define how a document and its fields are stored ...
Read more >
Make it easy to disable elasticsearch indexing for a ... - GitLab
Prevent any further jobs from being pushed to sidekiq; Remove any existing sidekiq jobs; Disable searching via elasticsearch for this job.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found