Back to Articles

Index patterns are the data sources that you can visualize using Kibana. They are used to identify the elastic search index to be used to run search and analytics in Kibana. Wildcard (*) is supported and returns all instances that match the index. The index includes several fields. You can also configure these fields when configuring the index pattern.

NOTE: ARRIS will configure some basic indices by default. However, you can create your own indices to build customized widgets.
To create an index:
  1. Log in to Kibana.
  2. Do one of the following:
    • Click Settings > Indices.
    • Right click on Indices > Index Patterns > and click New Index.
    The Configure an index pattern screen is displayed.
  3. Select the Index contains time-based events check box.
  4. In the Index name or pattern field, enter an index name. e.g., operational-*.
    This will index all files that start with operational with the associated fields under them.
  5. In the Time-field name field enter the time field (from the list of fields) that is to be used by Kibana as the base time for creating its time-based analysis.
    The left panel lists all existing index names (indices).
  6. To view the fields in an index (and their type), click on the index name.
    A page with all the fields (and associated details) for the selected index is displayed.
  7. Click on the Star icon at the top to make this your default index.
  8. Click on the Refresh icon to refresh the index.
  9. Click Delete to delete this index.
    Use Delete with caution.
  10. Optional: To view details on the fields and settings, click the Settings > Advanced tab.
    It is recommended that no changes are made to this screen.
  11. Click Back to return to the main screen.