can i pass a extra field in filebeat not only a message
You can use the fields setting to add custom fields to all your events, as in this example from the documentation:
fields: {project: "myproject", instance-id: "574734885120952459"}
what is instance-id:
This is only an example of a custom field.