Lucene Query: Field containing another field

I'm trying to run a search query within kibana where I need to pull back matches where Field1 does not contain Field2

for example:
hostname:"XXX.XXX.XXX.XXX" NOT RelativeTargetName:eventlog.subject_user_name

That's almost a join, which ES cannot do.