You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on 212422, we realized that the docs lack coverage in using more than one formatted item in the string. As of now, the docs show things like %{[fields.log_topic]}, but as we can accept more than that, such as %{[data_stream.type]}-%{[data_stream.dataset]}-%{[data_stream.namespace]}, the docs should reflect accordingly to aide users in understanding what is possible when entering a dynamic topic.