You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with inserting an index when using elasticsearch v7.x, specifically elasticsearch-7.3.2-1.x86_64
It seems to be unrelated to the pmacct installation and solely related to the version of elasticsearch as I'm not relying on any pmacct output when getting this message. Please verify if possible.
Details
Prior to diverting netflow traffic to pmacct-to-elasticsearch using this command:
2019-09-27 21:37:12,549 ERROR Error while creating index netflow-2019-09-27: An error occurred while creating index netflow-2019-09-27 from template /etc/p2es/new-index-template.json: error unknown
It is specifically being caused by the pmacct-to-elasticsearch netflow pipe. When I curl the expected url I get the following error.
It seems to be unrelated to the pmacct installation and solely related to the version of elasticsearch as I'm not relying on any pmacct output when getting this message. Please verify if possible.
The text was updated successfully, but these errors were encountered:
Hello @palisadoes, I've just released v0.3.3-alpha1 which should work with ES7 too.
The ES_Type configuration setting should be left empty in order to achive compatibility with ES7. Also the template file to build the index has been changed.
Could you verify if it works for you now? To install it via pip, you probably need to pass the --pre argument: pip install --pre pmacct-to-elasticsearch==0.3.3a1
I'm having an issue with inserting an index when using elasticsearch v7.x, specifically
elasticsearch-7.3.2-1.x86_64
It seems to be unrelated to the
pmacct
installation and solely related to the version ofelasticsearch
as I'm not relying on anypmacct
output when getting this message. Please verify if possible.Details
Prior to diverting netflow traffic to
pmacct-to-elasticsearch
using this command:I get the following error:
It is specifically being caused by the
pmacct-to-elasticsearch netflow
pipe. When I curl the expected url I get the following error.The
new-index-template.json
file I'm using is the one provided by your latest code:It seems to be unrelated to the
pmacct
installation and solely related to the version ofelasticsearch
as I'm not relying on anypmacct
output when getting this message. Please verify if possible.The text was updated successfully, but these errors were encountered: