Skip to content

Commit

Permalink
log stream widget should query source:iis (#9769)
Browse files Browse the repository at this point in the history
The log stream widget on this dashboard currently queries "iis" but it should query source:iis. Since there is an OOTB integration pipeline for IIS, any formally recognized IIS logs will have the source:iis facet and will not necessarily have "iis" free text in the message attribute of the log. source:iis is a better query.
  • Loading branch information
mtoffl01 committed Jul 27, 2021
1 parent 64f6d46 commit a9470de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iis/assets/dashboards/iis_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
],
"indexes": [],
"message_display": "expanded-md",
"query": "\"iis\"",
"query": "source:iis",
"show_date_column": true,
"show_message_column": true,
"sort": {
Expand Down Expand Up @@ -832,4 +832,4 @@
}
}
]
}
}

0 comments on commit a9470de

Please sign in to comment.