pipeline.json 909 B

123456789101112
  1. {
  2. "description" : "applet-pipeline",
  3. "processors" : [
  4. {
  5. "grok" :{
  6. "field" : "message",
  7. "patterns" :["%{GREEDYDATA:createtime} %{GREEDYDATA:typename} %{GREEDYDATA:process}: &project=%{GREEDYDATA:project}&appid=%{GREEDYDATA:appid}&uuid=%{GREEDYDATA:uuid}&method=%{GREEDYDATA:method}&error=%{GREEDYDATA:error}&pagepath=%{GREEDYDATA:pagepath}&cdate=%{GREEDYDATA:cdate}&fontSizeSetting=%{GREEDYDATA:fontSizeSetting}&platform=%{GREEDYDATA:platform}&system=%{GREEDYDATA:system}&version=%{GREEDYDATA:version}&language=%{GREEDYDATA:language}&screenHeight=%{GREEDYDATA:screenHeight}&screenWidth=%{GREEDYDATA:screenWidth}&pixelRatio=%{GREEDYDATA:pixelRatio}&model=%{GREEDYDATA:model}&brand=%{GREEDYDATA:brand}&country=%{GREEDYDATA:country}&province=%{GREEDYDATA:province}&city=%{GREEDYDATA:city}&sex=%{GREEDYDATA:sex}&name=%{GREEDYDATA:name}&uid=%{INT:uid}"]
  8. }
  9. }
  10. ]
  11. }