spark-dependencies icon indicating copy to clipboard operation
spark-dependencies copied to clipboard

add support for es-tags-as-fields through env

Open jam01 opened this issue 4 years ago • 0 comments

Which problem is this PR solving?

  • Fixes lack of support for es-tags-as-fields elasticsearch configuration #104

Short description of the changes

  • The elasticsearch SpanDeserializer will replace tag keys through environment variables configuration.
  • For the test I'm starting and closing a spark context manually and loading spans from a file, which avoids requiring a live elasticsearch instance.

jam01 avatar Jan 26 '21 22:01 jam01