A newer version is available. For the latest information, see the
current release documentation.
Q: How do I escape the % in the --timestring for use with systemd?
editQ: How do I escape the %
in the --timestring
for use with systemd?
editA: A double percent, %%
, fixes the problem.
editAs seen here: https://discuss.elastic.co/t/curator-how-to-escape-characters-of-timestring-in-systemd/25222/2
--timestring '%%Y.%%m.%%d'