Allow embedded fields to be used as timeseries.timefield

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Do
    • Priority: Major - P3
    • 1.11.0
    • Affects Version/s: None
    • Component/s: Sink
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Right now, timeseries.timefield can be a top-level field (typically "timestamp"). Some users would like to be able to set timeseries.timefield to an embedded field. For example instead of

      {
        "timestamp": 1680720673000,
        other data
      }
      

      They'd like to be able to send

      {
        "subdocument": {
          "timestamp": 1680720673000
        },
        other data
      }
      

      and be able to set timeseries.timefield to "subdocument.timestamp".

              Assignee:
              Valentin Kavalenka
              Reporter:
              Amit Jain
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: