現在のカウンターはあなたが本当に表現言語からそれらにアクセスすることはできません、ほとんどの監視機能です。それらは "ソースxyzから受け取ったメッセージの数"のような質問に答えるために使われます。あなたのケースでは
、「スプリット」すべてのプロセッサは、フラグメント属性の標準セットを書くべきである:
@WritesAttribute(attribute = "fragment.identifier",
description = "All split FlowFiles produced from the same parent FlowFile will have the same randomly generated UUID added for this attribute"),
@WritesAttribute(attribute = "fragment.index",
description = "A one-up number that indicates the ordering of the split FlowFiles that were created from a single parent FlowFile"),
@WritesAttribute(attribute = "fragment.count",
description = "The number of split FlowFiles generated from the parent FlowFile"),
だから、あなたは、ファイル名に$ {fragment.index}を使用することができるはずです。