After following your implementation guide, I am getting the following error in my logstash logs:
{"create"=>{"_index"=>"logs-fortinet.fortigate.traffic,traffic,traffic-default", "_id"=>nil, "status"=>400, "error"=>{"type"=>"illegal_argument_exception", "reason"=>"data_stream [logs-fortinet.fortigate.traffic,traffic,traffic-default] must not contain the following characters ['\\','/','*','?','\"','<','>','|',' ',',']"}}
I am running FortiOS v7.2.4 and a fresh installation of Logstash on Ubuntu.
Am I reading the above error correctly and Logstash is trying to insert into an index named "logs-fortinet.fortigate.traffic,traffic,traffic-default"? Any ideas on what I can do to troubleshoot?
Hello,
After following your implementation guide, I am getting the following error in my logstash logs:
I am running FortiOS v7.2.4 and a fresh installation of Logstash on Ubuntu.
Am I reading the above error correctly and Logstash is trying to insert into an index named "logs-fortinet.fortigate.traffic,traffic,traffic-default"? Any ideas on what I can do to troubleshoot?