No matching indices found: No indices match pattern "elastiflow-flow-codex-*"
derdeagle opened this issue · 2 comments
I just started to take a look into this projects but am completely new to ELK. I followed the instructions at the docs but the flow data sent to the container is not displayed. If I open a dashboard I get the following error shown:
No matching indices found: No indices match pattern "elastiflow-flow-codex-*"
Elastidlow container: elastiflow/flow-collector:5.1.10
Kibana container: docker.elastic.co/kibana/kibana:7.13.1
Elastic search container: docker.elastic.co/elasticsearch/elasticsearch:7.13.1
I cannot see an error in the docker compose logs.
Could you please help me get this working?
i have same problem
OS: Centos 8 Stream
Use the following instructions:
sudo firewall-cmd --add-port=9200/tcp --permanent
Elastiflow ( Netflow /Netstream / Sflow / IPFIX )
sudo firewall-cmd --add-port=9995/tcp --permanent
sudo firewall-cmd --add-port=9995/udp --permanent
sudo firewall-cmd --add-port=5601/tcp --permanent
sudo firewall-cmd --reload
sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
setenforce 0
sudo dnf --enablerepo=powertools install libpcap-devel -y
sudo yum install -y flow-collector-5.1.10-1.x86_64.rpm
#Running the Collector
sudo systemctl daemon-reload && systemctl start flowcoll.service
Check Collector
systemctl status flowcoll.service
This is the repository for the Legacy ElastiFlow solution. Please join the ElastiFlow community Slack for help with the new collector. The ElastiFlow team or other members of the community will be able to assist. Thanks.