eda mrs report data...dsl.html. exporting report data exporting data users may export report data...

42
This user reference guide includes instructions for the use of Kibana within the PIEE environment. For further instructions on the use of Kibana, please visit https://www.elastic.co/guide/en/kibana/6.6/getting-started.html. Contents EDA Roles.............................................................................................................................................................................................................................................................. 2 Navigating to Kibana .......................................................................................................................................................................................................................................... 2 Dashboards .......................................................................................................................................................................................................................................................... 2 Viewing Report Data ........................................................................................................................................................................................................................................... 8 Filtering Report Data.......................................................................................................................................................................................................................................... 13 Exporting Report Data ....................................................................................................................................................................................................................................... 23 Searches ............................................................................................................................................................................................................................................................. 29 Index Patterns .................................................................................................................................................................................................................................................... 35 PIEE EDA Application EDA Homepage Kibana EDA MRS Report Data Reference Guide

Upload: others

Post on 14-Aug-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

This user reference guide includes instructions for the use of Kibana within the PIEE environment. For further instructions on the use of Kibana, please visit https://www.elastic.co/guide/en/kibana/6.6/getting-started.html.

Contents EDA Roles .............................................................................................................................................................................................................................................................. 2 Navigating to Kibana .......................................................................................................................................................................................................................................... 2 Dashboards .......................................................................................................................................................................................................................................................... 2 Viewing Report Data ........................................................................................................................................................................................................................................... 8 Filtering Report Data .......................................................................................................................................................................................................................................... 13 Exporting Report Data ....................................................................................................................................................................................................................................... 23 Searches ............................................................................................................................................................................................................................................................. 29 Index Patterns .................................................................................................................................................................................................................................................... 35

PIEE EDA Application EDA Homepage Kibana

EDA MRS Report Data Reference Guide

Page 2: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

EDA Roles

EDA Roles with Access to EDA

MRS Reports

• Advanced Reporting • Acquisition Sensitive Reporting • EDA Executive Reporting User

Navigating to Kibana

Navigation

To navigate to Kibana, select the Kibana link from the navigation pane on the EDA Homepage.

Dashboards

Building A Dashboard

The user may customize the Kibana dashboard to display a collection of searches and visualizations.

Page 3: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the Create new Dashboard button to customize the dashboard view.

Select the Add link in the menu bar.

Page 4: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Existing visulalizations are displayed on the Visualization tab. To apply, select an item from the populated list. The list may be filtered using the Search field.

Page 5: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

To create a new visualization, select the Add new Visualization button.

Page 6: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the desired visualization type from the New Visualization menu. For more information on creating a visualization, please visit https://www.elastic.co/guide/en/kibana/6.6/createvis.html.

Page 7: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

To add a saved search to the dashboard, select an item from the Saved Search tab. The list may be filtered using the Search field.

Select Save from the Kibana toolbar to save the new dashboard.

Page 8: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

1. Enter the dashboard name in the Title field. 2. Add a description in the Description field, if desired. 3. To store the time period specified in the time filter, enable Store time with dashboard. 4. Select Confirm Save to save the dashboard.

Viewing Report Data

Page 9: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Navigation

Navigate to the Dashboard tab on the Kibana navigation pane.

Page 10: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the desired EDA MRS report from the Dashboard menu.

View Report Data

Page 11: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

The time filter restricts the search results to a specific time period. The time filter can be specified if the index contains time-based events and a time field is configured for the selected index pattern. The time filter defaults to the last 15 minutes.

1. The time filter is displayed in the Kibana toolbar. The left and right arrows can be used to edit the time field. 2. Navigate to the Time Range tabs to display time filter options.

MRS Reports are displayed on the Kibana Dashboard. Select the menu expander to view detailed data for an item.

Page 12: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the Table tab to view data in table format. In table view, the user will be able to view all the data within the index record. This includes more data than is displayed on the report.

Page 13: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the JSON tab to view data in JSON format.

Filtering Report Data

Page 14: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Navigation

Navigate to the Dashboard tab on the Kibana navigation pane.

Page 15: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the desired EDA MRS report from the Dashboard menu.

Filter Report Data

The user may utilize filters to return specific data in the report.

Page 16: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Option 1: Lucene queries Manually enter one or more filter queries in the freetext search field. The query must be in the format of field:data (no spaces). As data is entered, matching fields may be displayed in the dropdown menu. The user’s search history will also populate in the dropdown menu. Examples: clin:0001 parent_record_key:12345 AND clin:0001 For information regarding building Lucene queries, please visit https://www.elastic.co/guide/en/elasticsearch/reference/7.2/query-dsl-query-string-query.html#query-string-syntax. Select the Refresh button to apply the filter.

Page 17: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Option 2: Guided filtering To select filters from the Add a Filter menu, select the Add a Filter button.

Page 18: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

The user may select the desired field from the Fields dropdown menu or type the field name manually. As data is entered into the field, the dropdown menu will display only matching items.

Page 19: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

The Operators field will now be displayed. Select a search modifier from the Operators dropdown menu to apply to the search criteria entered in the Fields field. The operators are defined as follows:

• Is: Filter where the value for the field matches the given value. • Is not: Filter where the value for the field does not match the given value. • Is one of: Filter where the value for the field matches one of the specified values. • Is not one of: Filter where the value for the field does not match any of the specified values. • Exists: Filter where any value is present for the field. • Does not exist: Filter where no value is present for the field.

Page 20: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

The Values field will now be displayed. The user may select an item from the dropdown menu or enter a value manually. As data is entered into the field, the dropdown menu will display only matching items. Note: To search for a NULL value for a string field, select the ‘Is’ operator and enter ‘ZZZULL’ in the Values field. For non-string fields, such as dates and numbers, use the ‘Exists’/‘Does not exist’ operators.

Page 21: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the Save button.

Page 22: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

The report results are filtered by the user’s requested criteria. Multiple filters may be applied simultaneously by selecting the Add a Filter button and repeating the previous steps. For more information regarding filtering in Kibana, please visit https://www.elastic.co/guide/en/kibana/current/field-filter.html.

Option 3: Query DSL

Page 23: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

To use advanced queries, select the Edit Query DSL link on the Add a Filter menu. Example: Starts With and Wildcard queries --- Starts with query ---- { "query": { "prefix": { "contract_number": "S0" } } } --- Wildcard query ---- { "query": { "wildcard": { "contract_number": "S*" } } } Additional filters may be added using the Edit Query DSL link. All entered queries will be chained together to return the desired results. For more information regarding querying of DSL, please visit https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html.

Exporting Report Data

Exporting Data Users may export report data from Kibana in CSV format.

Page 24: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Navigate to the Discover tab.

Page 25: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the Open link in the menu bar.

Select a Search from the list of EDA MRS Reports.

Page 26: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the Share link in the menu bar.

Select CSV Reports from the dropdown menu.

Page 27: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the Generate CSV button to export report data to a CSV file. The user may select the download link in the popup that will display at the bottom right on the screen, or on the Reports page.

Page 28: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

To download the CSV file from the Reports page, navigate to the Management tab in the sidebar menu.

Select the Reporting link in the Kibana menu.

Page 29: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

In the Actions column, select the Download icon for the desired report. The CSV file will be downloaded to the user’s local directory.

Sample CSV export.

Searches

Page 30: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Navigation

Navigate to the Discover tab.

Save Search

To save a new search, select Save in the Kibana toolbar.

Page 31: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

1. Enter the Saved Search title in the Title field. 2. Select the Confirm Save button.

Open Saved Search

To load a saved search, select Open in the Kibana toolbar.

Page 32: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Saved searches will be populated in the Open Search menu. Select the desired search. The list may be filtered using the Search field.

Manage Searches

In the Open Search menu, select Manage searches to view, edit, delete, import, and export saved objects.

Page 33: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

The Saved Objects page is displayed. The Search option in the Type dropdown menu may be selected to view only saved searches.

Saved objects may be edited. Select the object to be modified.

Page 34: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

1. Select the View search button to run the selected search. 2. Select the Delete search button to delete the search. 3. The search title may be edited using the Title field. 4. Enter any desired description in the description field.

Page 35: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

1. To save changes, select the Save search Object button. 2. To exit without saving changes, select the Cancel button.

Index Patterns

Page 36: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Navigation

Navigate to the Management tab on the Kibana navigation pane.

Page 37: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Navigate to the Index Patterns link on the Management page.

Creating An Index Pattern

Users may create index patterns to specify which Elasticsearch indices to explore in Kibana.

Page 38: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Select the Create index pattern button to begin creating a new index pattern. If no existing index patterns are available, the Create index pattern page will be displayed automatically.

Page 39: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Enter the index name in the Index pattern field. An index pattern can match the name of a single index or include a wildcard (*) to match multiple indices. The following characters are prohibited: \, /, ?, “, <, >, |.

When finished defining the index pattern, select the Next step button to continue.

Page 40: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

1. Select a time filter from the Time Filter field name dropdown menu. If no time filter is desired, select ‘I don’t want to use the Time

Filter’. 2. A unique identifier will be populated in the Custom index pattern ID field. This field may be edited to create a custom index

pattern ID. 3. Select the Create index pattern button.

Page 41: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

Viewing Index Patterns

1. Existing index patterns are listed. Select the desired index pattern to view. 2. Select the Set as default index button to set the index pattern as default. 3. Select the Refresh field list button to refresh with current data. 4. Select the Remove index pattern button to delete the index pattern. 5. Data may be filtered using the Filter field. Data that contains the search criteria will be returned. 6. Select the field types to be filtered from the dropdown menu.

Page 42: EDA MRS Report Data...dsl.html. Exporting Report Data Exporting Data Users may export report data from Kibana in CSV format. Navigate to the Discover tab. Select the Open link in the

All index patterns are viewable on the Discover tab. Select the desired index pattern from the dropdown menu.