Could not locate that index-pattern-field (id: count) on Packetbeat

Hi all. I 'm a newbie for Kibana and Elasticsearch. I want to monitor MongoDB server by Packetbeat. My enviroment:

When I used visualize:

Error:
Error: Could not locate that index-pattern-field (id: count)
at FieldAggParam.AggTypesParamTypesFieldProvider.FieldAggParam.deserialize (http://localhost:5601/bundles/kibana.bundle.js?v=15592:119:10292)
at http://localhost:5601/bundles/kibana.bundle.js?v=15592:120:22623
at Array.forEach ()
at AggConfig.VisAggConfigProvider.AggConfig.fillDefaults (http://localhost:5601/bundles/kibana.bundle.js?v=15592:120:22133)
at new AggConfig (http://localhost:5601/bundles/kibana.bundle.js?v=15592:120:20907)
at http://localhost:5601/bundles/kibana.bundle.js?v=15592:136:112
at Array.map ()
at new AggConfigs (http://localhost:5601/bundles/kibana.bundle.js?v=15592:136:25)
at VisProvider.Vis.setState (http://localhost:5601/bundles/kibana.bundle.js?v=15592:119:1971)
at new Vis (http://localhost:5601/bundles/kibana.bundle.js?v=15592:119:335)

Please, help me! Thanks.

It looks like you may have some data stored in ES because the "MongoDB In/out throughput" visualization has some data displayed.

Can you go to Dev Tools -> Console in Kibana and run GET _cat/indices to see what indices exist and how many events are contained in them.

How did you install the Dashboards and the Index Pattern?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.