[Bro-Commits] [git/bro] topic/robin/master-test: Merge remote-tracking branch 'remotes/origin/topic/seth/elasticsearch' into topic/robin/master-test (eef8b7d)

I'll see if I can add a couple of tests. I suppose I can use nc to open a port to make sure that I get the correct data for a trace files being sent to elastic search. Definitely not the best approach, but it would be a bit more difficult to mock up with the full elastic search server.

  .Seth

Yeah, that may be good compromise. Or maybe even a simple Python-based
HTTP server that just logs what gets, that shouldn't be more than a
few lines of Python code.

Robin

Yeah, that's what I started to think right after I sent the email. :slight_smile:

  .Seth