python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Filebeat multiline filter doesn't work with txt file
I use the filebeat to collect data from .txt file.I'm trying to use Filebeat multiline capabilities to combine log lines into one entry using the following Filebeat configuration:
filebeat.inputs:
- ...
ZSH
Votes: 0
Answers: 2
How to fix red status on opensearch cluster?
We have an opensearch cluster and noticed that the cluster was down. Had the AWS support help me in recovering the cluster but although the cluster is active now, I still see that the cluster is in RE...
user6826691
Votes: 0
Answers: 1
Elasticsearch aggregation over several fields and push to an index
I'm having the following document in ElasticSearch, of the index data-ip
"ipAddress": "ip-A", "timestamp": "Day 1, Month A", "value": 1
"ipAddres...
hoangtuansu
Votes: 0
Answers: 1
Kibana shows different date from original document
I have folloving issue
Elastic mapping:
...
"logtime" : {
"type":"date",
"format":"YYYY-MM-dd HH:mm:ss,SSS"
}
...
...
Алексей Петров
Votes: 0
Answers: 1