When using views to display a graph and selecting a specific stream, the graph seems to stop at the point in time, where the stream's index was rotated.
Expected Behavior
A graph in the view should display all data across all indices of a selected stream.
Current Behavior
The graph only displays data from where the rotation was done.

When no stream is selected, the complete graph is shown
Steps to Reproduce (for bugs)
- Create an index that has a rotation (for example: daily rotation)
- Collect data past that rotation point
- Create a view showing a graph from that data
Your Environment
- Graylog Version: 3.1.2
- Elasticsearch Version: 5.6.16
- MongoDB Version: 4.0.12
- Operating System: macOS 10.15.1 (19B88)
- Browser version: 78.0.3904.97
When using views to display a graph and selecting a specific stream, the graph seems to stop at the point in time, where the stream's index was rotated.
Expected Behavior
A graph in the view should display all data across all indices of a selected stream.
Current Behavior
The graph only displays data from where the rotation was done.
When no stream is selected, the complete graph is shown
Steps to Reproduce (for bugs)
Your Environment