Hello,
I configured my elasticsearch with file beat. When my file is changed I get the following error from filebeat:
can someone helpme understand this error?
Can you post the complete error message, and preferably not as a screenshot but as actual text? Also, which versions of Filebeat and Elasticsearch are you using?
We're going to need some more information. Could you post your filebeat.yml configuration file?
Shaunak
Hello,
My filebeat.yml is:
filebeat.inputs:
output.elasticsearch:
hosts: ["localhost:9200"]
username: "elastic"
password: ""
index: "uipathlogs"
pipeline: "uipathlogs-pipeline"
setup:
template.enabled: false
ilm.enabled: false
I think this error might be coming from the uipathlogs-pipeline Elasticsearch ingest pipeline. Could you post that pipeline here please, delimited by ``` so it's properly formatted and easy to read?
Thanks,
Shaunak
Hello, Thanks again for your help. The pipeline is:
[
{
"date": {
"field": "timeStamp",
"formats": [
"ISO8601"
],
"output_format": "yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSSXXX"
}
}
]
From looking at the event in your error screenshot, I don't see a timeStamp field in there. That would explain this error.
The log has a timeStamp, hpow can I sove?
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.