Reply to thread

On XF 1.5, it was the same behaviour - you couldn't change stemming. It just silently failed, didn't throw an error there.


[USER=3]@Mike[/USER] [USER=11388]@Chris D[/USER] That's the most open policy on AWS:


[CODE=json]{

  "Version": "2012-10-17",

  "Statement": [

    {

      "Effect": "Allow",

      "Principal": {

        "AWS": [

          "*"

        ]

      },

      "Action": [

        "es:*"

      ],

      "Resource": "your_arn"

    }

  ]

}[/CODE]


I can create and delete the indices over Kibana and a shell without authentication. And creating indices is possible via XF. Does XF need anything else?


Back
Top Bottom