Filebeat 6.0 Multiline issue

So these are in the same log file or different log files?

2017-11-28 10:11:23.990 5098 INFO designate.policy [req-3a051688-3090-4720-bf03-33218eb590b9 - - - - -] Policy check succeeded for rule 'all_tenants' on target {}
...

and

2017-11-24 05:56:27.513 168308 ERROR neutron.agent.l3.router_info Traceback (most recent call last):
2017-11-24 05:56:27.513 168308 ERROR neutron.agent.l3.router_info   File "/usr/lib/python2.7/site-packages/neutron/common/utils.py", line 356, in call
2017-11-24 05:56:27.513 168308 ERROR neutron.agent.l3.router_info     return func(*args, **kwargs)
2017-11-24 05:56:27.513 168308 ERROR neutron.agent.l3.router_info   File "/usr/lib/python2.7/site-packages/neutron/agent/l3/router_info.py", line 746, in process
...