Skip to content
Snippets Groups Projects
  • Cameron Sparr's avatar
    dabb6f54
    Internally name all patterns for log parsing flexibility · dabb6f54
    Cameron Sparr authored
    closes #1436
    
    This also fixes the bad behavior of waiting until runtime to return log
    parsing pattern compile errors when a pattern was simply unfound.
    
    closes #1418
    
    Also protect against user error when the telegraf user does not have
    permission to open the provided file. We will now error and exit in this
    case, rather than silently waiting to get permission to open it.
    dabb6f54
    History
    Internally name all patterns for log parsing flexibility
    Cameron Sparr authored
    closes #1436
    
    This also fixes the bad behavior of waiting until runtime to return log
    parsing pattern compile errors when a pattern was simply unfound.
    
    closes #1418
    
    Also protect against user error when the telegraf user does not have
    permission to open the provided file. We will now error and exit in this
    case, rather than silently waiting to get permission to open it.