Consider the finite field $\mathbb{F}_{\displaystyle{3^{23}}}$ which is constructed from the primitive polynomial ${\bf f}=x^{23}-x^3+1$ over $\mathbb{F}_3$. Let $\alpha$ be a root of $\bf f$. Suppose that $\beta$ is a polynomial based on the $\alpha$ such as $\beta=\alpha^{22}+\alpha^{21}+\alpha^{11}+1 $.
My question: Is there a method (except full search) to find a positive integer number $k$ such that $\beta=\alpha^{k}$?
I know my question is a kind of discrete logarithm problem, but I have no idea except exhaustive search to answer.
Thanks for any suggestions