IBM Operations Analytics - Log Analysis, Version 1.3.0

Search UI launch-in-context

You can use the Search UI to launch IBM® Operations Analytics - Log Analysis in context from within other products.

To start IBM Operations Analytics - Log Analysis in context using the Search UI, you must specify a URL in the following format:
https://<hostname>:<port>/Unity/SearchUI?queryString=<q>&timefilter=<t>
&dataSources=<ds>
where:
hostname
The host name that corresponds to the data source.
port
The port that is used for communication with the IBM Operations Analytics - Log Analysis web application.
q
The value of the search string with a valid velocity query syntax.
t
A JSON format file filter to specify absolute or relative time.

For example, absolute time filters include "startTime": "24/206/2013 05:30:00" and "endTime": "25/06/2013 05:30:00". Relative time filters include "granularity": "Day" and "lastnum": "7".

ds
A JSON file format to specify single or group data sources to be queried.
In this example, the user uses the Search UI to launch IBM Operations Analytics - Log Analysis.
https://0.000.00.00:1111/Unity/SearchUI?queryString=severity:==
"Critical"&timefilter={“type”:“relative”,“lastnum”:“7”,“granularity”: “Day”}
&dataSources=[{ "type": "datasource", "name": <omnibusEvents>}]


Feedback