Telegraf inputs.snmp ignore subindex

Hi,
I am trying to relate data from two different snmp tables. iXftable and cHsrpGrpTable.
Both tables contains information about same network interfaces. Problem is that in cHsrpGrpTable snmp indexes has “tail” added to it and telegraf can not join those tables.

Example:
cHsrpGrpStandbyState active(6) Integer 1.3.6.1.4.1.9.9.106.1.2.1.1.15.151258589.1501
ifName Vlan1501 Octet String 1.3.6.1.2.1.31.1.1.1.1.151258589

Index 151258589 exists in both tables.
Is it possible somehow to ignore .1501 tail so telegraf would be able to join information from tables?