I have some questions about alias fields in Kibana.
I have created a set of aliases on the actual ES field name, like the table below. But in Kibana, I only want to see those alias names ( ES Alias Name column ) appear in the Kibana’s visualization, but not the actual field name. But right now, in the Kibana’s aggregation dropdown list, I only can see all the fields in the “Actual field name” column, and both alias fields and the actual fields fpr the number and date type fields from the “ES Alias Name” column. Just wondering is there a way to only show the alias name is the drop down list? I think it is related how I do the field mapping, so I actually attached the sample field mapping also
Actual field name | ES Alias Name | type |
---|---|---|
prefix_record_id | record_id | string |
prefix_file_size | file_size | number |
prefix_created_time | Created_Time | Date |
prefix_method_start_time | Method_Start_Time | Date |
prefix_modified_time | Modified_Time | Date |
prefix_file_name | file_name | string |
prefix_file_path | file_path | string |
prefix_file_type | FileType | string |
prefix_sender_name | SenderName | string |
Kibana Visualisation Dropdownlist
Field mapping