[{"description":null,"name":"Machine Pipeline","sepas":[{"@class":"org.apache.streampipes.model.graph.DataProcessorInvocation","_rev":null,"appId":"org.apache.streampipes.processors.enricher.jvm.jseval","connectedTo":["jsplumb_0_gcmG"],"description":"Pipeline element that allows writing user defined JavaScript function to enrich events.","dom":"jsplumb_1_Hq3K","elementId":"sp:dataprocessorinvocation:GfQGlc:uxLit","iconUrl":null,"includedAssets":["documentation.md","icon.png"],"includedLocales":[],"includesAssets":true,"includesLocales":false,"internallyManaged":false,"name":"JavaScript Eval","uri":"sp:dataprocessorinvocation:GfQGlc:uxLit","version":0,"belongsTo":"sp:org.apache.streampipes.processors.enricher.jvm.jseval","configured":true,"correspondingPipeline":"774472a120624b8b8cf01fe6b9e950e7","correspondingUser":null,"inputStreams":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:gFvwkH","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:gFvwkH","category":null,"correspondingAdapterId":null,"eventGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":"kafka","elementId":"sp:transportprotocol:uEHHKk","topicDefinition":{"@class":"org.apache.streampipes.model.grounding.SimpleTopicDefinition","actualTopicName":"org.apache.streampipes.connect.30d229c8-b090-4581-9393-af239ffb1987"},"acks":null,"batchSize":null,"groupId":"MachinePipeline7d85fe41e5f3c57514d7e55c59c577a3","kafkaPort":9092,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":null,"zookeeperPort":0}]},"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current density of the fluid","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:REqMPz","index":5,"label":"Density","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"density","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current mass flow in the sensor","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:GNOCea","index":2,"label":"Mass Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"mass_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The ID of the sensor","domainProperties":["https://streampipes.org/vocabulary/examples/watertank/v1/hasSensorId"],"elementId":"sp:eventproperty:VKUqNd","index":1,"label":"Sensor ID","propertyScope":"DIMENSION_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensorId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Any fault flags of the sensors","domainProperties":["http://schema.org/Boolean"],"elementId":"sp:eventproperty:msUGbg","index":6,"label":"Sensor Fault Flags","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensor_fault_flags","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#boolean","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current temperature in degrees celsius","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:NZkHyN","index":4,"label":"Temperature","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"temperature","measurementUnit":"http://qudt.org/vocab/unit#DegreeCelsius","runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":{"@class":"org.apache.streampipes.model.schema.QuantitativeValue","maxValue":100,"minValue":0,"step":0.1}},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The current timestamp value","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:LXKGeX","index":0,"label":"Timestamp","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"timestamp","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current volume flow","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:pVphSy","index":3,"label":"Volume Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"volume_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null}]},"index":0}],"selectedEndpointUrl":"http://172.31.0.6:8090/sepa/org.apache.streampipes.processors.enricher.jvm.jseval","serviceTagPrefix":"DATA_PROCESSOR","staticProperties":[{"@class":"org.apache.streampipes.model.staticproperty.CodeInputStaticProperty","description":"Function to enrich event data.","index":0,"internalName":"jsFunction","label":"JavaScript Function","predefined":false,"staticPropertyType":"CodeInputStaticProperty","valueRequired":false,"codeTemplate":"function process(event) {\n    // do processing here.\n    // return processed event.\n   // Type 'event' and press Ctrl+Space to see available fields.\n   // Example: \n    return {timestamp: event.timestamp, tempInCelsius: (event.tempInKelvin - 273.15)};\n}","language":"Javascript","value":"function process(event) {\n\n  // Trigger or close SIGNL4 alert\n  \n  event.Title = \"Alert from StreamPipes\";\n  event[\"X-S4-ExternalId\"] = \"Machine-A2\";\n  \n  if (event.mass_flow >= 8) {\n  \tevent[\"X-S4-Status\"] = \"new\";\n  }\n  else {\n    event[\"X-S4-Status\"] = \"resolved\";\n  }\n  \n\n  return event;\n}\n"}],"statusInfoSettings":null,"streamRequirements":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:gFvwkH","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:gFvwkH","category":null,"correspondingAdapterId":null,"eventGrounding":null,"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"sp:eventproperty:HvUgVF","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":null,"measurementUnit":null,"runtimeType":null,"valueSpecification":null}]},"index":0}],"supportedGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]},{"rdfType":["http://sepa.event-processing.org/sepa#smile"]},{"rdfType":["http://sepa.event-processing.org/sepa#fst"]},{"rdfType":["http://sepa.event-processing.org/sepa#cbor"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.MqttTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:pvApIw","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.NatsTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:uCeIbK","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.JmsTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:fRuWpb","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.PulsarTransportProtocol","brokerHostname":"pulsar://localhost:6650","elementId":"sp:transportprotocol:lUOcxZ","topicDefinition":null},{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:dcwJDV","topicDefinition":null,"acks":null,"batchSize":null,"groupId":null,"kafkaPort":0,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":null,"zookeeperPort":0}]},"uncompleted":false,"category":["SCRIPTING"],"outputStrategies":[{"@class":"org.apache.streampipes.model.output.UserDefinedOutputStrategy","name":null,"renameRules":[],"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current density of the fluid","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:REqMPz","index":5,"label":"Density","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"density","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current mass flow in the sensor","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:GNOCea","index":2,"label":"Mass Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"mass_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The ID of the sensor","domainProperties":["https://streampipes.org/vocabulary/examples/watertank/v1/hasSensorId"],"elementId":"sp:eventproperty:VKUqNd","index":1,"label":"Sensor ID","propertyScope":"DIMENSION_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensorId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Any fault flags of the sensors","domainProperties":["http://schema.org/Boolean"],"elementId":"sp:eventproperty:msUGbg","index":6,"label":"Sensor Fault Flags","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensor_fault_flags","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#boolean","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current temperature in degrees celsius","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:NZkHyN","index":4,"label":"Temperature","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"temperature","measurementUnit":"http://qudt.org/vocab/unit#DegreeCelsius","runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":{"@class":"org.apache.streampipes.model.schema.QuantitativeValue","maxValue":100,"minValue":0,"step":0.1}},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The current timestamp value","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:LXKGeX","index":0,"label":"Timestamp","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"timestamp","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current volume flow","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:pVphSy","index":3,"label":"Volume Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"volume_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:28tbZm","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"Title","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:pWXgu9","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-ExternalId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:bWOLNj","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-Status","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null}]}],"outputStream":{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:WjbOZS","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:WjbOZS","category":null,"correspondingAdapterId":null,"eventGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":"kafka","elementId":"sp:transportprotocol:DHIRuc","topicDefinition":{"@class":"org.apache.streampipes.model.grounding.SimpleTopicDefinition","actualTopicName":"org-apache-streampipes-internal-rJzJJZrQBFjiBRz"},"acks":null,"batchSize":null,"groupId":null,"kafkaPort":9092,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":"zookeeper","zookeeperPort":2181}]},"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current density of the fluid","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:REqMPz","index":5,"label":"Density","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"density","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current mass flow in the sensor","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:GNOCea","index":2,"label":"Mass Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"mass_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The ID of the sensor","domainProperties":["https://streampipes.org/vocabulary/examples/watertank/v1/hasSensorId"],"elementId":"sp:eventproperty:VKUqNd","index":1,"label":"Sensor ID","propertyScope":"DIMENSION_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensorId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Any fault flags of the sensors","domainProperties":["http://schema.org/Boolean"],"elementId":"sp:eventproperty:msUGbg","index":6,"label":"Sensor Fault Flags","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensor_fault_flags","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#boolean","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current temperature in degrees celsius","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:NZkHyN","index":4,"label":"Temperature","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"temperature","measurementUnit":"http://qudt.org/vocab/unit#DegreeCelsius","runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":{"@class":"org.apache.streampipes.model.schema.QuantitativeValue","maxValue":100,"minValue":0,"step":0.1}},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The current timestamp value","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:LXKGeX","index":0,"label":"Timestamp","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"timestamp","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current volume flow","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:pVphSy","index":3,"label":"Volume Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"volume_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:28tbZm","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"Title","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:pWXgu9","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-ExternalId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:bWOLNj","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-Status","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null}]},"index":0},"pathName":null},{"@class":"org.apache.streampipes.model.graph.DataProcessorInvocation","_rev":null,"appId":"org.apache.streampipes.processors.transformation.jvm.changed-value","connectedTo":["jsplumb_1_Hq3K"],"description":"Outpus an event every time a specific field changes.","dom":"jsplumb_12_BgI0","elementId":"sp:dataprocessorinvocation:TxVuFV:i6rdK","iconUrl":null,"includedAssets":["documentation.md"],"includedLocales":[],"includesAssets":true,"includesLocales":false,"internallyManaged":false,"name":"Value Changed","uri":"sp:dataprocessorinvocation:TxVuFV:i6rdK","version":0,"belongsTo":"sp:org.apache.streampipes.processors.transformation.jvm.changed-value","configured":true,"correspondingPipeline":"774472a120624b8b8cf01fe6b9e950e7","correspondingUser":null,"inputStreams":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:GKHjCJ","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:GKHjCJ","category":null,"correspondingAdapterId":null,"eventGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":"kafka","elementId":"sp:transportprotocol:jnRZKP","topicDefinition":{"@class":"org.apache.streampipes.model.grounding.SimpleTopicDefinition","actualTopicName":"org-apache-streampipes-internal-rJzJJZrQBFjiBRz"},"acks":null,"batchSize":null,"groupId":"MachinePipeline4b6649591ca95b73a8a3bd5ec6a09112","kafkaPort":9092,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":"zookeeper","zookeeperPort":2181}]},"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current density of the fluid","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:REqMPz","index":5,"label":"Density","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"density","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current mass flow in the sensor","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:GNOCea","index":2,"label":"Mass Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"mass_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The ID of the sensor","domainProperties":["https://streampipes.org/vocabulary/examples/watertank/v1/hasSensorId"],"elementId":"sp:eventproperty:VKUqNd","index":1,"label":"Sensor ID","propertyScope":"DIMENSION_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensorId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Any fault flags of the sensors","domainProperties":["http://schema.org/Boolean"],"elementId":"sp:eventproperty:msUGbg","index":6,"label":"Sensor Fault Flags","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensor_fault_flags","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#boolean","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current temperature in degrees celsius","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:NZkHyN","index":4,"label":"Temperature","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"temperature","measurementUnit":"http://qudt.org/vocab/unit#DegreeCelsius","runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":{"@class":"org.apache.streampipes.model.schema.QuantitativeValue","maxValue":100,"minValue":0,"step":0.1}},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The current timestamp value","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:LXKGeX","index":0,"label":"Timestamp","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"timestamp","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current volume flow","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:pVphSy","index":3,"label":"Volume Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"volume_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:28tbZm","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"Title","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:pWXgu9","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-ExternalId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:bWOLNj","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-Status","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null}]},"index":0}],"selectedEndpointUrl":"http://172.31.0.6:8090/sepa/org.apache.streampipes.processors.transformation.jvm.changed-value","serviceTagPrefix":"DATA_PROCESSOR","staticProperties":[{"@class":"org.apache.streampipes.model.staticproperty.MappingPropertyUnary","description":"The field which might change over time","index":0,"internalName":"compare","label":"Keep Fields","predefined":false,"staticPropertyType":"MappingPropertyUnary","valueRequired":false,"mapsFromOptions":["s0::density","s0::mass_flow","s0::sensorId","s0::sensor_fault_flags","s0::temperature","s0::timestamp","s0::volume_flow","s0::Title","s0::X-S4-ExternalId","s0::X-S4-Status"],"propertyScope":"NONE","requirementSelector":"r0::compare","selectedProperty":"s0::X-S4-Status"}],"statusInfoSettings":null,"streamRequirements":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:GKHjCJ","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:GKHjCJ","category":null,"correspondingAdapterId":null,"eventGrounding":null,"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"sp:eventproperty:tosksV","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"compare","measurementUnit":null,"runtimeType":null,"valueSpecification":null}]},"index":0}],"supportedGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]},{"rdfType":["http://sepa.event-processing.org/sepa#smile"]},{"rdfType":["http://sepa.event-processing.org/sepa#fst"]},{"rdfType":["http://sepa.event-processing.org/sepa#cbor"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.MqttTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:pvApIw","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.NatsTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:uCeIbK","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.JmsTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:fRuWpb","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.PulsarTransportProtocol","brokerHostname":"pulsar://localhost:6650","elementId":"sp:transportprotocol:lUOcxZ","topicDefinition":null},{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:dcwJDV","topicDefinition":null,"acks":null,"batchSize":null,"groupId":null,"kafkaPort":0,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":null,"zookeeperPort":0}]},"uncompleted":false,"category":["VALUE_OBSERVER"],"outputStrategies":[{"@class":"org.apache.streampipes.model.output.AppendOutputStrategy","name":null,"renameRules":[],"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:TANCUG","index":0,"label":"","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"change_detected","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null}]}],"outputStream":{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:JWDmUx","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:JWDmUx","category":null,"correspondingAdapterId":null,"eventGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":"kafka","elementId":"sp:transportprotocol:nsmIyG","topicDefinition":{"@class":"org.apache.streampipes.model.grounding.SimpleTopicDefinition","actualTopicName":"org-apache-streampipes-internal-vbIAUWECmTacQJu"},"acks":null,"batchSize":null,"groupId":null,"kafkaPort":9092,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":"zookeeper","zookeeperPort":2181}]},"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current density of the fluid","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:REqMPz","index":5,"label":"Density","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"density","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current mass flow in the sensor","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:GNOCea","index":2,"label":"Mass Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"mass_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The ID of the sensor","domainProperties":["https://streampipes.org/vocabulary/examples/watertank/v1/hasSensorId"],"elementId":"sp:eventproperty:VKUqNd","index":1,"label":"Sensor ID","propertyScope":"DIMENSION_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensorId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Any fault flags of the sensors","domainProperties":["http://schema.org/Boolean"],"elementId":"sp:eventproperty:msUGbg","index":6,"label":"Sensor Fault Flags","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensor_fault_flags","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#boolean","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current temperature in degrees celsius","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:NZkHyN","index":4,"label":"Temperature","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"temperature","measurementUnit":"http://qudt.org/vocab/unit#DegreeCelsius","runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":{"@class":"org.apache.streampipes.model.schema.QuantitativeValue","maxValue":100,"minValue":0,"step":0.1}},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The current timestamp value","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:LXKGeX","index":0,"label":"Timestamp","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"timestamp","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current volume flow","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:pVphSy","index":3,"label":"Volume Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"volume_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:28tbZm","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"Title","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:pWXgu9","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-ExternalId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:bWOLNj","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-Status","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:TANCUG","index":0,"label":"","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"change_detected","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null}]},"index":0},"pathName":null}],"streams":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":"1-d6a0fc4a6c2cefc57949b5b9d3e4c8d7","appId":null,"connectedTo":null,"description":"","dom":"jsplumb_0_gcmG","elementId":"sp:spdatastream:EuzvGE","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":true,"name":"Test Machine","uri":"sp:spdatastream:EuzvGE","category":null,"correspondingAdapterId":"sp:adapterdescription:VKwyKk","eventGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":"kafka","elementId":"sp:transportprotocol:uEHHKk","topicDefinition":{"@class":"org.apache.streampipes.model.grounding.SimpleTopicDefinition","actualTopicName":"org.apache.streampipes.connect.30d229c8-b090-4581-9393-af239ffb1987"},"acks":null,"batchSize":null,"groupId":null,"kafkaPort":9092,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":null,"zookeeperPort":0}]},"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current density of the fluid","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:REqMPz","index":5,"label":"Density","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"density","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current mass flow in the sensor","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:GNOCea","index":2,"label":"Mass Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"mass_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The ID of the sensor","domainProperties":["https://streampipes.org/vocabulary/examples/watertank/v1/hasSensorId"],"elementId":"sp:eventproperty:VKUqNd","index":1,"label":"Sensor ID","propertyScope":"DIMENSION_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensorId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Any fault flags of the sensors","domainProperties":["http://schema.org/Boolean"],"elementId":"sp:eventproperty:msUGbg","index":6,"label":"Sensor Fault Flags","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensor_fault_flags","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#boolean","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current temperature in degrees celsius","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:NZkHyN","index":4,"label":"Temperature","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"temperature","measurementUnit":"http://qudt.org/vocab/unit#DegreeCelsius","runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":{"@class":"org.apache.streampipes.model.schema.QuantitativeValue","maxValue":100,"minValue":0,"step":0.1}},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The current timestamp value","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:LXKGeX","index":0,"label":"Timestamp","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"timestamp","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current volume flow","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:pVphSy","index":3,"label":"Volume Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"volume_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null}]},"index":0}],"_id":"774472a120624b8b8cf01fe6b9e950e7","_rev":"43-78849b84672beb20584f485efdfa4dd4","actions":[{"@class":"org.apache.streampipes.model.graph.DataSinkInvocation","_rev":null,"appId":"org.apache.streampipes.sinks.brokers.jvm.rest","connectedTo":["jsplumb_12_BgI0"],"description":"Posts events to a REST interface","dom":"jsplumb_0_P0db","elementId":"sp:datasinkinvocation:eVnTvq:cX3v1","iconUrl":null,"includedAssets":["documentation.md"],"includedLocales":[],"includesAssets":true,"includesLocales":false,"internallyManaged":false,"name":"REST Publisher","uri":"sp:datasinkinvocation:eVnTvq:cX3v1","version":0,"belongsTo":"sp:org.apache.streampipes.sinks.brokers.jvm.rest","configured":true,"correspondingPipeline":"774472a120624b8b8cf01fe6b9e950e7","correspondingUser":"138a32e921dd46bfb5bc014330a03290","inputStreams":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:TsMCSP","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:TsMCSP","category":null,"correspondingAdapterId":null,"eventGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":"kafka","elementId":"sp:transportprotocol:MIuDAF","topicDefinition":{"@class":"org.apache.streampipes.model.grounding.SimpleTopicDefinition","actualTopicName":"org-apache-streampipes-internal-vbIAUWECmTacQJu"},"acks":null,"batchSize":null,"groupId":"MachinePipeline344c48dc1abb59bef18386450ebf9fd6","kafkaPort":9092,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":"zookeeper","zookeeperPort":2181}]},"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current density of the fluid","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:REqMPz","index":5,"label":"Density","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"density","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current mass flow in the sensor","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:GNOCea","index":2,"label":"Mass Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"mass_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The ID of the sensor","domainProperties":["https://streampipes.org/vocabulary/examples/watertank/v1/hasSensorId"],"elementId":"sp:eventproperty:VKUqNd","index":1,"label":"Sensor ID","propertyScope":"DIMENSION_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensorId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Any fault flags of the sensors","domainProperties":["http://schema.org/Boolean"],"elementId":"sp:eventproperty:msUGbg","index":6,"label":"Sensor Fault Flags","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensor_fault_flags","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#boolean","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current temperature in degrees celsius","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:NZkHyN","index":4,"label":"Temperature","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"temperature","measurementUnit":"http://qudt.org/vocab/unit#DegreeCelsius","runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":{"@class":"org.apache.streampipes.model.schema.QuantitativeValue","maxValue":100,"minValue":0,"step":0.1}},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The current timestamp value","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:LXKGeX","index":0,"label":"Timestamp","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"timestamp","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current volume flow","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:pVphSy","index":3,"label":"Volume Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"volume_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:28tbZm","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"Title","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:pWXgu9","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-ExternalId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"urn:streampipes.org:spi:eventpropertyprimitive:urn:streampipes.org:spi:bWOLNj","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"X-S4-Status","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:TANCUG","index":0,"label":"","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"change_detected","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null}]},"index":0}],"selectedEndpointUrl":"http://172.31.0.6:8090/sec/org.apache.streampipes.sinks.brokers.jvm.rest","serviceTagPrefix":"DATA_SINK","staticProperties":[{"@class":"org.apache.streampipes.model.staticproperty.FreeTextStaticProperty","description":"URL of the REST endpoint","index":0,"internalName":"url-key","label":"REST URL","predefined":false,"staticPropertyType":"FreeTextStaticProperty","valueRequired":false,"htmlAllowed":false,"htmlFontFormat":false,"mapsTo":null,"multiLine":false,"placeholdersSupported":false,"requiredDatatype":null,"requiredDomainProperty":"http://www.w3.org/2001/XMLSchema#string","value":"https://connect.signl4.com/webhook/team-or-integration-secret","valueSpecification":null}],"statusInfoSettings":null,"streamRequirements":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:TsMCSP","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:TsMCSP","category":null,"correspondingAdapterId":null,"eventGrounding":null,"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":[],"elementId":"sp:eventproperty:TbsfRP","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":null,"measurementUnit":null,"runtimeType":null,"valueSpecification":null}]},"index":0}],"supportedGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]},{"rdfType":["http://sepa.event-processing.org/sepa#smile"]},{"rdfType":["http://sepa.event-processing.org/sepa#fst"]},{"rdfType":["http://sepa.event-processing.org/sepa#cbor"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.MqttTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:pvApIw","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.NatsTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:uCeIbK","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.JmsTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:fRuWpb","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.PulsarTransportProtocol","brokerHostname":"pulsar://localhost:6650","elementId":"sp:transportprotocol:lUOcxZ","topicDefinition":null},{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:dcwJDV","topicDefinition":null,"acks":null,"batchSize":null,"groupId":null,"kafkaPort":0,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":null,"zookeeperPort":0}]},"uncompleted":false,"category":["FORWARD"]},{"@class":"org.apache.streampipes.model.graph.DataSinkInvocation","_rev":null,"appId":"org.apache.streampipes.sinks.internal.jvm.datalake","connectedTo":["jsplumb_0_gcmG"],"description":"Stores events in the internal data lake.","dom":"jsplumb_1_xqoC","elementId":"sp:datasinkinvocation:tlEtyB:c6CDm","iconUrl":null,"includedAssets":["documentation.md","icon.png"],"includedLocales":[],"includesAssets":true,"includesLocales":false,"internallyManaged":false,"name":"Data Lake","uri":"sp:datasinkinvocation:tlEtyB:c6CDm","version":0,"belongsTo":"sp:org.apache.streampipes.sinks.internal.jvm.datalake","configured":true,"correspondingPipeline":"774472a120624b8b8cf01fe6b9e950e7","correspondingUser":"138a32e921dd46bfb5bc014330a03290","inputStreams":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:OFCsLh","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:OFCsLh","category":null,"correspondingAdapterId":null,"eventGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":"kafka","elementId":"sp:transportprotocol:uEHHKk","topicDefinition":{"@class":"org.apache.streampipes.model.grounding.SimpleTopicDefinition","actualTopicName":"org.apache.streampipes.connect.30d229c8-b090-4581-9393-af239ffb1987"},"acks":null,"batchSize":null,"groupId":"MachinePipeline7d85fe41e5f3c57514d7e55c59c577a3","kafkaPort":9092,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":null,"zookeeperPort":0}]},"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current density of the fluid","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:REqMPz","index":5,"label":"Density","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"density","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current mass flow in the sensor","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:GNOCea","index":2,"label":"Mass Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"mass_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The ID of the sensor","domainProperties":["https://streampipes.org/vocabulary/examples/watertank/v1/hasSensorId"],"elementId":"sp:eventproperty:VKUqNd","index":1,"label":"Sensor ID","propertyScope":"DIMENSION_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensorId","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#string","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Any fault flags of the sensors","domainProperties":["http://schema.org/Boolean"],"elementId":"sp:eventproperty:msUGbg","index":6,"label":"Sensor Fault Flags","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"sensor_fault_flags","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#boolean","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current temperature in degrees celsius","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:NZkHyN","index":4,"label":"Temperature","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"temperature","measurementUnit":"http://qudt.org/vocab/unit#DegreeCelsius","runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":{"@class":"org.apache.streampipes.model.schema.QuantitativeValue","maxValue":100,"minValue":0,"step":0.1}},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"The current timestamp value","domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:LXKGeX","index":0,"label":"Timestamp","propertyScope":"HEADER_PROPERTY","required":false,"runtimeId":null,"runtimeName":"timestamp","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#long","valueSpecification":null},{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":"Denotes the current volume flow","domainProperties":["http://schema.org/Number"],"elementId":"sp:eventproperty:pVphSy","index":3,"label":"Volume Flow","propertyScope":"MEASUREMENT_PROPERTY","required":false,"runtimeId":null,"runtimeName":"volume_flow","measurementUnit":null,"runtimeType":"http://www.w3.org/2001/XMLSchema#float","valueSpecification":null}]},"index":0}],"selectedEndpointUrl":"http://172.31.0.6:8090/sec/org.apache.streampipes.sinks.internal.jvm.datalake","serviceTagPrefix":"DATA_SINK","staticProperties":[{"@class":"org.apache.streampipes.model.staticproperty.MappingPropertyUnary","description":"The value which contains a timestamp","index":0,"internalName":"timestamp_mapping","label":"Timestamp Field","predefined":false,"staticPropertyType":"MappingPropertyUnary","valueRequired":false,"mapsFromOptions":["s0::timestamp"],"propertyScope":"NONE","requirementSelector":"r0::timestamp_mapping","selectedProperty":"s0::timestamp"},{"@class":"org.apache.streampipes.model.staticproperty.FreeTextStaticProperty","description":"The name of the identifier under which the data is to be stored.","index":1,"internalName":"db_measurement","label":"Identifier","predefined":false,"staticPropertyType":"FreeTextStaticProperty","valueRequired":false,"htmlAllowed":false,"htmlFontFormat":false,"mapsTo":null,"multiLine":false,"placeholdersSupported":false,"requiredDatatype":null,"requiredDomainProperty":"http://www.w3.org/2001/XMLSchema#string","value":"flow","valueSpecification":null}],"statusInfoSettings":null,"streamRequirements":[{"@class":"org.apache.streampipes.model.SpDataStream","_rev":null,"appId":null,"connectedTo":null,"description":null,"dom":null,"elementId":"urn:streampipes.apache.org:eventstream:OFCsLh","iconUrl":null,"includedAssets":[],"includedLocales":[],"includesAssets":false,"includesLocales":false,"internallyManaged":false,"name":null,"uri":"urn:streampipes.apache.org:eventstream:OFCsLh","category":null,"correspondingAdapterId":null,"eventGrounding":null,"eventSchema":{"eventProperties":[{"@class":"org.apache.streampipes.model.schema.EventPropertyPrimitive","additionalMetadata":{},"description":null,"domainProperties":["http://schema.org/DateTime"],"elementId":"sp:eventproperty:ZlAdhL","index":0,"label":null,"propertyScope":null,"required":false,"runtimeId":null,"runtimeName":"timestamp_mapping","measurementUnit":null,"runtimeType":null,"valueSpecification":null}]},"index":0}],"supportedGrounding":{"transportFormats":[{"rdfType":["http://sepa.event-processing.org/sepa#json"]},{"rdfType":["http://sepa.event-processing.org/sepa#smile"]},{"rdfType":["http://sepa.event-processing.org/sepa#fst"]},{"rdfType":["http://sepa.event-processing.org/sepa#cbor"]}],"transportProtocols":[{"@class":"org.apache.streampipes.model.grounding.MqttTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:pvApIw","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.NatsTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:uCeIbK","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.JmsTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:fRuWpb","topicDefinition":null,"port":0},{"@class":"org.apache.streampipes.model.grounding.PulsarTransportProtocol","brokerHostname":"pulsar://localhost:6650","elementId":"sp:transportprotocol:lUOcxZ","topicDefinition":null},{"@class":"org.apache.streampipes.model.grounding.KafkaTransportProtocol","brokerHostname":null,"elementId":"sp:transportprotocol:dcwJDV","topicDefinition":null,"acks":null,"batchSize":null,"groupId":null,"kafkaPort":0,"lingerMs":null,"maxRequestSize":null,"messageMaxBytes":null,"offset":null,"zookeeperHost":null,"zookeeperPort":0}]},"uncompleted":false,"category":["INTERNAL"]}],"createdAt":1714389086828,"createdByUser":"138a32e921dd46bfb5bc014330a03290","healthStatus":"OK","pipelineCategories":[],"pipelineNotifications":[],"publicElement":false,"restartOnSystemReboot":false,"running":true,"startedAt":1714389087648,"valid":true}]