AppServer - How often does the search index update itself?

Hi,

we have a OneIM database migrated to version 8.0.3 in our test environment.

Our observation is that expected terms are not found in the search index after importing transports.
If this is noticed during the tests, we will trigger the update of the index.

What we have not found in the manual so far - in which time interval will the index be updated?
Is there a way to check the status of the index? If yes how?

Thank you for any hints.

  • Check the application server logs. usually here by default: C:\inetpub\wwwroot\AppServer\App_Data\Logs

    I have a feeling you will see an error or a warning about the number of objects found compared to the number of objects indexed.

  • In addition to the answer from Troy, the default interval is 120 seconds with a maximum of 50.000 entries per each run.

    The documentation in 8.1 has been updated to document these configuration options. https://support.oneidentity.com/technical-documents/identity-manager/8.1.1/installation-guide/19#TOPIC-1250195

  • Thank you for the note with the log - I looked at it on the AppServer, but I could only see info messages like

    2019-12-11 10:20:48.6101 INFO (Indexing ) : Index for ShoppingCartOrder: read 4 documents, 0 updates, complete with 303613 documents 

    2019-12-11 10:20:48.6726 INFO (Indexing ) : Index for ADSGroup: read 5 documents, 5 updates, complete with 102419 documents
    2019-12-11 10:20:48.7038 INFO (Indexing ) : Index for Person: read 6 documents, 6 updates, complete with 133444 documents
    2019-12-11 10:20:48.7820 INFO (Indexing ) : Index for AccProduct: read 1 documents, 1 updates, complete with 517850 documents
    2019-12-11 10:20:48.9695 INFO (Indexing ) : Index for TroubleTicket: read 1 documents, 0 updates, complete with 763906 documents
    2019-12-11 10:20:49.2916 INFO (Indexing ) : Index for PersonWantsOrg: read 7 documents, 1 updates, complete with 2030229 documents
    2019-12-11 10:20:52.4496 INFO (Indexing ) : Delta update took 6,5818578 seconds
    2019-12-11 10:20:52.4496 INFO (Indexing ) : Optimizing index because of deletions.
    2019-12-11 10:21:39.8515 INFO (Indexing ) : Search query <keyword>; not filtered, startIndex: 0, maxsize: 1000, tables: AccProduct, 6 results. Duration: 361,7797 ms, Culture: de
    2019-12-11 10:25:34.3218 INFO (WebLog Updater) : Checking for updates.
    2019-12-11 10:25:34.3218 INFO (WebLog Updater) : Auto update is switched off.

    Should the setting for logging have to be changed in order to be able to see the warning messages?

  • Thanks for the link to the documentation of the configuration parameters.

    The documentation, however, refers to version 8.1.1 - as I wrote at the beginning, we have the version 8.0.3 in use - then apply these settings for this version?

    The parameters are in any case set to the default values.

  • As I have written, we just updated the documentation in 8.1 the configuration settings are present and working 8.0.3 as well.