Hi,
We have some log files where INFO/ERROR/WARN are recorded in single file.
- What is the approach generally in ELK to handle such files?
- What if we want error, info, warn logs separately under separate type mappings?
- is this very heavy or expensive operation to filer out and send under diff type/index? how to do that?
- OR we have to separately logs those at application's level using some logginf framework before we get it into central logging?
br,
Sunil