Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| PUT _ingest/pipeline/laravel | |
| { | |
| "description": "Parses Laravel log files.", | |
| "processors": [ | |
| { | |
| "rename": { | |
| "field": "message", | |
| "target_field": "event.original" | |
| } | |
| }, |
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Angular JS</title> | |
| </head> | |
| <body ng-app="jsbin"> | |
| <div ng-controller="DemoCtrl as demo"> | |
| <h1>Hello {{demo.name}}</h1> | |
| </div> |
| <?php | |
| /** | |
| * A helper file for Laravel 5, to provide autocomplete information to your IDE | |
| * Generated for Laravel 5.5.13 on 2017-09-28. | |
| * | |
| * @author Barry vd. Heuvel <barryvdh@gmail.com> | |
| * @see https://github.com/barryvdh/laravel-ide-helper | |
| */ | |
| namespace { | |
| exit("This file should not be included, only analyzed by your IDE"); |