1) the database appears to be missing any and all indices
2) Logstash does not appear to be collecting any logs.
Code: Select all
9,740,000
Documents
19
Total Shards
18
Successful Shards
0
Indices
1.1GB
Primary Size
1.2GB
Total SizeCode: Select all
Status Red
Timed Out? false
# Instances 2
# Data Instances 2
Active Primary Shards 11
Active Shards 18
Relocating Shards 0
Initializing Shards 1
Unassigned Shards 0For logstash I try to send some test logs and I get connection refused.
do echo "$i" | nc -u -v unls03lxv.corp.int 514 ; done < sendstuffover
nc: Write error: Connection refused
Thank you.