Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add input counters and names to Filebeat state API #7530

Merged
merged 1 commit into from
Jul 9, 2018

Conversation

ruflin
Copy link
Member

@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
Member 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