Skip to content

Add input counters and names to Filebeat state API#7530

Merged
exekias merged 1 commit intoelastic:masterfrom
ruflin:input-stats
Jul 9, 2018
Merged

Add input counters and names to Filebeat state API#7530
exekias merged 1 commit intoelastic:masterfrom
ruflin:input-stats

Conversation

@ruflin
Copy link
Copy Markdown
Contributor

@ruflin ruflin commented Jul 6, 2018

The reported document looks as following:

{
  "input": {
    "count": 4,
    "names": [
      "log",
      "redis"
    ]
  },
  "output": {
    "name": "elasticsearch"
  }
}

@ruflin ruflin mentioned this pull request Jul 6, 2018
9 tasks
@ruflin ruflin force-pushed the input-stats branch 2 times, most recently from b255766 to 2d99905 Compare July 6, 2018 13:51
@ruflin
Copy link
Copy Markdown
Contributor Author

ruflin commented Jul 9, 2018

I created #7536 for the refactoring.

The reported document looks as following:

```
{
  "input": {
    "count": 4,
    "names": [
      "log",
      "redis"
    ]
  },
  "output": {
    "name": "elasticsearch"
  }
}
```
@exekias exekias merged commit f52f816 into elastic:master Jul 9, 2018
@ruflin ruflin deleted the input-stats branch July 9, 2018 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants