Lookup table unable set value

Hi,

I have a log line the following format:

{
“Details”:“request”,
“Other”:{
“MT”:“123”,
“St”: 2,
“Ip”:“192.168.0.9”
}
}

I have applied select_jsonpath to set field from json.
I need to use lookup table to get some values like parameter mt value 123 i need to replace from lookup to user1 and IP value to host name.

I want to use select_jsonpath to pipeline json fields.kindly help with the solution to implement lookup along with select_jsonpath.

It would be great if someone can help me with the solution

how did you saved the extract via select_jsonpath?

So many parts you use that are not explained.

You have this incoming log, select and save some/all of the fields, but how?

How did you configure the lookup table and how did you run the lookup?