for my $hit ( map { $_->{'_source'} } @{ $results->{'hits'}->{'hits'} } ) { $interesting{ $hit->{'request'} }->{ $hit->{'clientip'} }++; }