anyone can help me?
Error: Could not locate that index-pattern-field (id: @timestamp)
at FieldParamType.deserialize (http://192.168.226.11:5601/39457/bundles/plugin/data/data.plugin.js:1:535357)
at http://192.168.226.11:5601/39457/bundles/plugin/data/data.plugin.js:1:328993
at Array.forEach ()
at AggConfig.setParams (http://192.168.226.11:5601/39457/bundles/plugin/data/data.plugin.js:1:328417)
at new AggConfig (http://192.168.226.11:5601/39457/bundles/plugin/data/data.plugin.js:1:328279)
at agg_configs_AggConfigs.createAggConfig (http://192.168.226.11:5601/39457/bundles/plugin/data/data.plugin.js:1:179753)
at http://192.168.226.11:5601/39457/bundles/plugin/data/data.plugin.js:1:180072
at Array.forEach ()
at new agg_configs_AggConfigs (http://192.168.226.11:5601/39457/bundles/plugin/data/data.plugin.js:1:180051)
at Object.createAggConfigs (http://192.168.226.11:5601/39457/bundles/plugin/data/data.plugin.js:8:179870)
Hi @majidbarz Welcome to the community
Did you select the @timestamp
field when you set up the index pattern?
Does your data have a @timestamp field?
Hi @stephenb, I install sof- elk. and I don't have any data but on this server , and when open kibana show me this error
Hi @majidbarz I don't know what "sof- elk." is ...
To answer you questions we are going to need more information.
Your index pattern is missing a field.
Which index pattern is it?
Did you go to index patterns and delete and re-create the index pattern as I have shown?
How was this data ingested? Filebeat, Logstash? Did you do it?
Can you run in the Dev Tools the following command and provide the output formatted aith the </>
button?
GET _cat/indices?v
If you want our help you are going to need to provide more information.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.