Hello,

ElasticSearch requires id for each document that is added. The value of
this property will be the id on the document being added.

You would likely set the value of this property to expression language that
references a FlowFile attribute, you could use ${uuid} to use the
FlowFile's uuid as your ElasticSearch id.

-Bryan


On Thu, Apr 28, 2016 at 11:19 AM, idioma <[email protected]> wrote:

> Hi,
> I am trying to use the out-of-the-box PutElastiSearch with my local
> ElasticSearch installation (I am on Windows), but I am rather puzzled about
> the actual value to be included for the PropertyDescriptor: Identifier
> Attribute. Can you provide an example?
>
> Thanks,
>
> I.
>
>
>
> --
> View this message in context:
> http://apache-nifi-developer-list.39713.n7.nabble.com/Identifier-Attribute-for-PutElasticSearch-tp9683.html
> Sent from the Apache NiFi Developer List mailing list archive at
> Nabble.com.
>

Reply via email to