...
Enabling the stream for activity monitoring
In order If you want to use the activity dashboard to search for your events, the activity_id
attribute needs to be included in the relevant event stream, and it should be persisted as a facet as shown then you need to define the activityId field as the ‘FACET’ field and enable the indexing for that field as given below.
In the example given above, the Index Column check box is also selected for the activity_id attribute in order to make it possible to search by this attribute. If there are other attributes by which you want to search, they too need to be persisted as index columns. In this example, it Also you can search the activity by field, and if you want to search by any particular fields other than timestamp, then you also need to index them appropriately. In below provided example the user is required to search by the meta_host
, meta_http_method
, meta_message_type
,
and and operation_name
attributes, and therefore, the Index Column check box is selected for them.. Therefore the user have to enable indexes to those fields.
Publish events with the activity ID
...
If you want to perform the search within any time period, then select the start time data and end time as required in the From Time and To Time fields. If a time interval is not specified, the search is carried out in all the available records. Therefore, it is recommended to specify a time interval to reduce the system overheadtime for ‘From time’ and ‘To time’ respectively. If you don’t select any time duration for the field, then it will search through the full time range. But it’s advisable to use this time range, if you have events collected and hence searching through the entire list of events will have some processing/memory needs.
You also can enter give any Lucene queries to further filter the results for from the time range pacifiedyou have given above. You can add any number of nested queries that span over multiple tables. A sample query by which , which spans over any number of tables. Below given is the sample query that you can search is given below.
This fetches a You will get the list of activity IDs ids as shown below. When , and when you click on an activity ID, the each you will see a first 10 records for that activity are displayed. You can click More to view more records for the activitythe activities. If you want, you can click on view more.
Then you can click on each any record that you like to view to see the full record content.