Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Step 1. Set Up Elasticsearch

Step 1. Set Up Elasticsearch

To configure search, you must set up Elasticsearch.
If you want to set up Elasticsearch in a UNIX environment, before the setup, perform the following tasks to configure the environment:
  • To ensure that Elasticsearch does not run out of file descriptors and result in data loss, set the number of file descriptors to 65536 or higher.
  • To prevent memory swapping, ensure that you configure the system to prevent swapping. You can configure the Java Virtual Machine (JVM) to lock the heap in memory through
    mlockall
    .
    Also, after you install Elasticsearch, set the
    bootstrap.memory_lock
    property to
    true
    in the
    elasticsearch.yml
    file. This property sets the memory lock and prevents memory swapping.
    When you start Elasticsearch, if memory locking issues occur, you might need to set
    soft memlock unlimited
    and
    hard memlock unlimited
    .
To set up Elasticsearch, perform the following tasks:
  1. Install Elasticsearch.
  2. Create keystores, truststore, and certificates.
  3. Configure the Elasticsearch Java Virtual Machine (JVM).
  4. Configure the Elasticsearch properties file.
  5. Secure the Elasticsearch cluster.
  6. Upload the Search Guard configuration to Elasticsearch.
  7. Configure the client certificate DN in the Elasticsearch properties file
  8. Customize the list of words to ignore in searches.
  9. Customize the list of synonyms to include in searches.
  10. Start Elasticsearch.

0 COMMENTS

We’d like to hear from you!