User Tools
toolsandtechnologies:reporting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| toolsandtechnologies:reporting [2020/03/06 17:22] – akavanagh | toolsandtechnologies:reporting [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Reporting Manager and Elastic Search ====== | ||
| + | When querying data which was discovered by the new RDF framework, it needs to done differently than that of MySQL database look-ups done in the Reporting Manager. For example, you normally establish a database connection in your report script by calling a data-source connection manager. | ||
| + | |||
| + | < | ||
| + | import com.osssoftware.reporting.database.* | ||
| + | |||
| + | def snmpDb = SqlConnectionManager.instance.retrieveSql(' | ||
| + | </ | ||
| + | |||
| + | When you are looking to retrieve data which was gathered from using the new RDF, a similar call can be used to get a service called ' | ||
| + | |||
| + | < | ||
| + | RemoteElasticService remoteElasticService = RemoteElasticService.instance | ||
| + | </ | ||