Skip to content

Commit

Permalink
remove reponse from inspect for hostDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Sep 14, 2020
1 parent ebf60df commit 1cf4bbe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const hostDetails: SecuritySolutionFactory<HostsQueries.details> = {
const aggregations: HostAggEsItem = get('aggregations', response.rawResponse) || {};
const inspect = {
dsl: [inspectStringifyObject(buildHostDetailsQuery(options))],
response: [inspectStringifyObject(response)],
};
const formattedHostItem = formatHostItem(aggregations);
return { ...response, inspect, hostDetails: formattedHostItem };
Expand Down

0 comments on commit 1cf4bbe

Please sign in to comment.