I am trying to use two lookup commands in one search string. The output of the first lookup command is being used in the second lookup.
index=proxysg | lookup myfile.csv A as B output C | lookup otherfile.csv D as C output E
The output of the first lookup, "C", is being used in the second lookup with a new output from the second lookup file, "E".
Is this even possible?