Inputs.mqtt_consumer unwanted tags

Hi,

How do I get rid of the tags Host and Topic.?
Are they autogenerated ?

This line protocol result is generated from the Topic_parsing:

Flow,area=SB,host=iiot,topic=FH/SB/101/Flow,unit=101 value=25.71 1701944328138913721

   [[inputs.mqtt_consumer.topic_parsing]]
      data_format = "value"
      data_type = "float"
      topic = "FH/+/+/+"
      measurement = "_/_/_/measurement"
      tags = "_/area/unit/_"
      fields = "_/_/_/_"

See metric modifiers, specifically tagexclude.