You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/26 09:51:58 UTC

[incubator-ponymail-foal] branch master updated: Add a session index for cookie-based sessions

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b6beeb  Add a session index for cookie-based sessions
1b6beeb is described below

commit 1b6beeb4ce81c7eaf555e0e78cd6ef7a858cd220
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Aug 26 11:51:50 2020 +0200

    Add a session index for cookie-based sessions
---
 tools/mappings.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tools/mappings.yaml b/tools/mappings.yaml
index 9d5326a..54298d4 100644
--- a/tools/mappings.yaml
+++ b/tools/mappings.yaml
@@ -119,6 +119,14 @@ notification:
       type: text
     type:
       type: keyword
+session:
+  properties:
+    cookie:
+      type: keyword
+    updated:
+      type: long
+    cid:
+      type: keyword
 source:
   properties:
     message-id: