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

Request to add more fields in the schema to remove the errors #6270

Closed
jaijhala opened this issue Feb 2, 2018 · 2 comments
Closed

Request to add more fields in the schema to remove the errors #6270

jaijhala opened this issue Feb 2, 2018 · 2 comments
Labels

Comments

@jaijhala
Copy link

jaijhala commented Feb 2, 2018

Using Metricbeat version 6.1.3 and Apache 2.2.34

I'm seeing following errors ->

2018/02/02 00:21:57.510042 schema.go:41: ERR Error on field 'server_uptime': Missing field: server_uptime, Error: Key `ServerUptimeSeconds` not found
2018/02/02 00:21:57.510076 schema.go:41: ERR Error on field 'children_system': Missing field: children_system, Error: Key `CPUChildrenSystem` not found
2018/02/02 00:21:57.510097 schema.go:41: ERR Error on field 'user': Missing field: user, Error: Key `CPUUser` not found
2018/02/02 00:21:57.510110 schema.go:41: ERR Error on field 'system': Missing field: system, Error: Key `CPUSystem` not found
2018/02/02 00:21:57.510123 schema.go:41: ERR Error on field 'children_user': Missing field: children_user, Error: Key `CPUChildrenUser` not found
$ curl 127.0.0.1/server-status?auto
Total Accesses: 4
Total kBytes: 1
Uptime: 624
ReqPerSec: .00641026
BytesPerSec: 1.64103
BytesPerReq: 256
BusyWorkers: 1
IdleWorkers: 7
Scoreboard: _____W

Confirmed that the ExtendedStatus is ON.

Would be a good idea to include these fields as optional in the schema.

@jaijhala jaijhala added the Metricbeat Metricbeat label Feb 2, 2018
@ruflin
Copy link
Contributor

ruflin commented Feb 3, 2018

Is that the same as here? #5637

@jaijhala
Copy link
Author

jaijhala commented Feb 7, 2018

Yes, it looks pretty similar to that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants