In Kibana, I have fields that contains a question mark `?` not showing in metric field

I fixed my issue!

Why do I see the symbol ? by fields in the Kibana Discover page
When you open the Discover page in Kibana, you might see a question mark ? by fields that are listed in the available fields section instead of the character t. When you reload the list of fields, the type of fields is analyzed, and the question mark ? is replaced by the character t.

Be sure to check Mark the box include system indices at the extreme right in the below screen shot.

enter image description here

Rearranging field columns in the table
You can rearrange the field columns in the table. Mouse over the header of the column you want to move, and click the Move column to the left button or the Move column to the right button.

Reloading the list of fields
Complete the following steps to reload the list of fields that are displayed in Kibana:

Select the Management page, then select Index Patterns to list the indexes that are available.

Select the index pattern for your space to see every field and the field's associated core type as recorded by Elasticsearch.

Click the Reload field list button Reload field list to reload the index pattern fields.

The list of fields is refreshed.

4 Likes