Hi All,
I am new to ELK stack and need help with creating linechart using time values.
I have 3 time fields in a my document and want to plot a line chart using these values.
Example I have below fields and values
- Time when system was locked for batch processing (10-jan-2018 8pm)(field name - lockouttime)
- Time when system was released post completion of batch processes for business use (11-jan-2018 3 am) (field name - unlocktime)
- SLA time by when the system should be available (11-Jan-2018 6AM) (filed name - SLAtime)
- Batch process date (10-Jan-2018) (field name - batchprocessdate)
Similarly I have data for last 7 days and want to create line chart against "batchprocessdate" on daily bases using above fields. Is there a way that I can plot a line chart?
Your help is very much appreciated. Please let me know if you need any further details.