Sha256: 9d67b59793c172a789180b182acd251ce4a5d65f4b9cfc672ae45863bdd8ecf7

Contents?: true

Size: 448 Bytes

Versions: 3

Compression:

Stored size: 448 Bytes

Contents

# Apache Error Log parser plugin for Embulk

Embulk parser plugin for apache error log

## Overview

* **Plugin type**: parser
* **Guess supported**: no

## Configuration

- **hostname**: hostname by generated log (string, optional)

## Example

```yaml
in:
  type: any file input plugin type
  parser:
    type: apache_error_log
    hostname: example.com
```


```
$ embulk gem install embulk-parser-apache_error_log
```

## Build

```
$ rake
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
embulk-parser-apache_error_log-0.1.2 README.md
embulk-parser-apache_error_log-0.1.1 README.md
embulk-parser-apache_error_log-0.1.0 README.md