-
Adding in Custom Indices to Elastiflow
Let’s say you have an elastiflow docker instance set up. This stack pushes all flow info into an index named “elastiflow-<version>-<Year>.<Month>.<Day>”. What if you wanted to use the same ELK stack for both elastiflow AND other stuff? This is possible, of course! Clone the elastiflow git repo Cd into the repo Add a new input…