Guest User

Untitled

a guest
Feb 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. filebeat.prospectors:
  2. - type: log
  3. paths:
  4. - /mnt/logs/myapp/*.log
  5.  
  6. multiline.pattern: '^[0-9]{4}-[0-9]{2}-[0-9]{2}'
  7. multiline.negate: true
  8. multiline.match: after
  9.  
  10. 2019-02-18 17:08:44 augmentos http-nio-8090-exec-4 INFO c.a.s.c.a.a.CommonCorpAuthAspect@validateAuth:68 - Header Name: connection And Header Value : keep-alive
  11. 2019-02-18 17:08:44 augmentos http-nio-8090-exec-4 INFO c.a.s.c.a.a.CommonCorpAuthAspect@validateAuth:118 - Permission status is true
  12. 2019-02-18 17:08:44 augmentos http-nio-8090-exec-4 INFO c.a.s.c.a.c.AssetADVActionResource@emailAssets:92 - User testqa is sending Asset on Email.
  13. 2019-02-18 17:08:47 augmentos http-nio-8090-exec-4 INFO c.a.spectra.aws.utils.S3ServiceUtil@generateSignedUrl:48 - Generating pre-signed URL with timeout 604800000
  14. 2019-02-18 17:08:56 augmentos http-nio-8090-exec-4 ERROR c.a.s.c.a.a.CommonCorpAuthAspect@validateAuth:131 - Authorization Aspect error
  15. java.lang.NullPointerException: null
  16. at com.ad2pro.spectra.core.acs.service.EmailHandlerService.getAssetFiles(EmailHandlerService.java:140)
  17. at com.ad2pro.spectra.core.acs.service.EmailHandlerService.emailAsset(EmailHandlerService.java:63)
  18. at com.ad2pro.spectra.core.acs.controllers.Test.emailAssets(AssetADVActionResource.java:104)
  19. at com.ad2pro.spectra.core.acs.controllers.Test$$FastClassBySpringCGLIB$$bfc0b3c1.invoke(<generated>)
  20. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  21. 2019-02-18 17:08:44 augmentos http-nio-8090-exec-4 INFO c.a.s.c.a.a.CommonCorpAuthAspect@validateAuth:68 - Header Name: connection And Header Value : keep-alive
  22. 2019-02-18 17:08:44 augmentos http-nio-8090-exec-4 INFO c.a.s.c.a.a.CommonCorpAuthAspect@validateAuth:118 - Permission status is true
Add Comment
Please, Sign In to add comment