Skip to content

Commit

Permalink
Replaced 'full_log' with 'rule.id'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel committed May 16, 2019
1 parent 1bc2175 commit dce0595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/refresh-known-fields.js
Expand Up @@ -40,7 +40,7 @@ export async function checkKnownFields(

const list = [];
if (((indexPatternList || {}).hits || {}).hits) {
const minimum = ['@timestamp', 'full_log', 'manager.name', 'agent.id'];
const minimum = ['@timestamp', 'rule.id', 'manager.name', 'agent.id'];

if (indexPatternList.hits.hits.length > 0) {
for (const index of indexPatternList.hits.hits) {
Expand Down

0 comments on commit dce0595

Please sign in to comment.