# Removing Unused Features

# Introduction

Configure feature-remove.map to remove features that are no longer in use. This process ensures that outdated features that could hinder performance or create confusion are removed.

# Configuring feature-remove.map

  1. Open feature-remove.map in the Configuration directory, which is by default in C:\Program Files\OpeniT\Core\Configuration.

    Notice that it contains instructions on how to edit the file.

  2. Specify the feature to remove with the following syntax:

    MAP: feature_remove 
    
    [Product1\feature1 name]
    [Product2\feature4 name]
    ...
    [Productn\featuren name]

    The feature_remove must not be changed.

    Empty lines are allowed — any line beginning with # as the first non-white character is considered a comment. Globbing is also supported.

    Example
    MAP: feature_remove
    
    Product112\Feature11*
    Product113\Feature11*

    This example removes all features starting with Feature11 under Product112 and Product113 from data processing.

  3. Save the changes.

  1. Open feature-remove.map in the etc directory, which is by default in /var/opt/openit/etc.

    Notice that it contains instructions on how to edit the file.

  2. Specify the feature to remove with the following syntax:

    MAP: feature_remove    
    [Product1\feature1 name]
    [Product2\feature4 name]
    ...
    [Productn\featuren name]

    The feature_remove must not be changed.

    Empty lines are allowed — any line beginning with # as the first non-white character is considered a comment. Globbing is also supported.

    Example
    MAP: feature_remove   
    Product112\Feature11*
    Product113\Feature11*

    This example removes all features starting with Feature11 under Product112 and Product113 from data processing.

  3. Save the changes.

Licpoll2

# Next Steps?

Proceed with data regeneration after configuring all the necessary mapping files to apply the changes in the real-time and historical reports.

For historical reports:

   Data Generation  

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close