Skip to content

Commit

Permalink
Shorten elastic IndexFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
sprucely committed Nov 16, 2022
1 parent 4fd7677 commit 298c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AD419/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static int Main(string[] args)
{
loggerConfig.WriteTo.Elasticsearch(new ElasticsearchSinkOptions(elasticUri)
{
IndexFormat = "aspnet-ad419-expenseassociation-{0:yyyy.MM}"
IndexFormat = "aspnet-ad419-ea-{0:yyyy.MM}"
});
}

Expand Down

0 comments on commit 298c440

Please sign in to comment.