shadow-box/Palo-Alto-Networks-ELK-Stack

Index patterns for saved objects

Closed this issue · 5 comments

I followed the guide and it does not seem to have the index patterns for the saved objects. Did I miss them or something? I created some, but they don't seem to link to the saved objects.

I also have this problem when I tried to import visualization from "Visualizations-Export.json"
getting error
image

@wikedeye & @CoyoteKG : The provided JSON templates establish the formatting structure, you must create the Indexes based upon the templates with the time filter of @timestamp. You can follow this guide here to create the index patterns:
https://www.elastic.co/guide/en/kibana/current/tutorial-define-index.html

In the end you will end up with a configuration like this:
Screen Shot

@shadow-box thanks for quick response.
I already created indexes for traffic

image

More details about setup,
Paloalto is version 8.1
ELK 6.6.1

@CoyoteKG Have you followed the prompts to associate the Visualization with the traffic index you have created? You choose the index pattern in the column labeled 'New index pattern'.

My issue ended up being that I commented out the main pipeline that fed the data to logstash. I was installing another project and followed the direction without realizing what it would do.