Pasting your pattern and the line into the Grok Constructor, I see that the IP successfully matches, but that's it. I think you may need yo escape the backslashes in your pattern (by prefixing each with a backslashes).
GREEDYDATA may just be too greedy to be used here.
Are all of the fields you want to capture separated by the backslash-t sequence, or is it possible to have a backslash-t inside a captured field? Do you always have the same number of fields?
You may be better off using the dissect filter, which cares a lot more about what separates the fields than the exact patterns of the fields themselves.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.