InfluxDB and including/excluding sensors - need help

Good afternoon,
I’ve poured over the forums trying to piece together a solution but i think i have hit a wall.

I have InfluxDB setup and sending data to the cloud but I would like to filter the data down a bit. I’ve read multiple articles but i can’t seem to get it to work like i want. YAML Below.

I would like to only capture data for my ecobee thermostats, ecobee remote sensors and Aero Humidty/Termperature sensors.

Sample device names:
sensor.master_bedroom_sensor_temperature
sensor.upstairs_humidity
sensor.downstairs_humidity
sensor.aerq_temperature_and_humidity_sensor_v1_0_air_temperature
sensor.aerq_temperature_and_humidity_sensor_v1_0_humidity

What is the best way to only record these sensors/entities? I dont wan to include each manually in the YAML. I’ve also looked at GLOB filtering (see yaml below) but it doesn’t seem to work.

Any help is greatly appreciated!

influxdb:
  api_version: 2
  ssl: true
  host: blahblahb
  token: blahblahb
  organization: blahblahb
  bucket: home_assistant
  tags:
    source: HA
  tags_attributes:
    - friendly_name
  default_measurement: units
  include:
    domains:
      - sensor
    entity_globs:
      - sensor.*_humidity
      - sensor.*_temperature
      - sensor.*_*_*_*_*_*_*_*_temperature