Forcing flares to be behind transparent?

I have a flare on a light, and semi transparent in front of that, and the flare is appearing first. How can I make the flare appear behind?

Maybe use the Z value (or the Order option if they are on different canvases). Objects placed lower in the hierarchy also draw after objects above. So maybe the order in the hierarchy needs modified.

Set the renderqueue of the transparent object to be higher than that of the flare. Currently, they’re probably using the default transparent and overlay queues which are 3000 and 4000 respectively, so flares will always be drawn last.