Hello,
SAP writes in the documentation of the ReportingDataSourceManager that you can improve the performance when you configure the DS to only query against event logs
Additionally, the advanced application configuration property
reporting.search.restrict-to-event-log
must be set totrue
to prevent the search engine to use the business log to find further hits. The same applies to thequery
methods returning records matching the searched term.
The most important information seems to miss? Where can i set this property? I cannot find any information on this one...
Does anyone have an idea?
BR,
Tobi